Licence
MIT
Version
49.0.0
Deps
1
Size
21 kB
Vulns
0
Weekly
0
eslint-config
Koffeine's ESLint shareable config
Installation
npm install --save-dev @koffeine/eslint-config eslint
Usage
Add the following to your eslint.config.js file:
import koffeine from '@koffeine/eslint-config';
export default [
...koffeine
];