@bbodek/eslint-config
v0.0.4
Published
```bash # with npm npm i -D @bbodek/eslint-config eslint
Readme
@bbodek/eslint-config ·

Installation
# with npm
npm i -D @bbodek/eslint-config eslint
# with yarn
yarn add -D @bbodek/eslint-config eslintUsage
Add the following to your root eslint.config.mjs:
import eslintConfig from '@bbodek/eslint-config';
import { defineConfig } from 'eslint/config';
export default defineConfig([
{
extends: [eslintConfig],
},
]);License
Licensed under the MIT license.
