Licence
MIT
Version
1.15.25
Deps
6
Size
42 kB
Vulns
0
Weekly
4.2K
@book000/eslint-config
ESLint config for Tomachi (book000)
Install
If you are using npm:
npm install eslint @book000/eslint-config
or if you are using yarn:
yarn add eslint @book000/eslint-config
or if you are using pnpm:
pnpm add eslint @book000/eslint-config
For TypeScript projects, typescript is also required (TypeScript linting uses parserOptions.project pointing to tsconfig.json):
npm install typescript
Then, create eslint.config.mjs file and write the following:
export { default } from '@book000/eslint-config'
License
This project is licensed under the MIT License.