Licence
GPL-3.0-or-later
Version
0.4.0
Deps
17
Size
64 kB
Vulns
0
Weekly
0
eslint-config
The shareable configuration for ESLint used in all Functor Factory projects
Installation • Usage • License
Installation
npm install -D @functorfactory/eslint-config eslint
or
yarn add -D @functorfactory/eslint-config eslint
or
pnpm add -D @functorfactory/eslint-config eslint
Usage
In eslint.config.js:
import * as config from '@functorfactory/eslint-config';
export const Config = [
...config.Config,
/* Add any overrides */
];
export default Config;
License
GPL-3.0 Or Later