@koffeine/eslint-config
v48.8.0
Published
Koffeine's ESLint shareable config
Downloads
668
Readme
Koffeine's ESLint shareable config
Installation
npm install --save-dev @koffeine/eslint-config eslintUsage
Add the following to your eslint.config.js file:
import koffeine from '@koffeine/eslint-config';
export default [
...koffeine
];