A sharable ESLint config for the Mann-Conomy Project.
Using npm:
$ npm install --save-dev @mann-conomy/eslint-config
Using yarn:
$ yarn add --dev @mann-conomy/eslint-config
import config from "@mann-conomy/eslint-config";
export default [
...config,
{
rules: {
"no-control-regex": "off"
}
}
];
For reference, you can find the complete ESLint config here.
Copyright 2024, The Mann-Conomy Project