@koffeine/eslint-config
v48.2.0
Published
Koffeine's ESLint shareable config
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
];