@book000/eslint-config
v1.14.9
Published
ESLint config
Readme
@book000/eslint-config
ESLint config for Tomachi (book000)
🚀 Install
If you are using npm:
npm install eslint @book000/eslint-configor if you are using yarn:
yarn add eslint @book000/eslint-configor if you are using pnpm:
pnpm add eslint @book000/eslint-configFor TypeScript projects, typescript is also required (TypeScript linting uses parserOptions.project pointing to tsconfig.json):
npm install typescriptThen, create eslint.config.mjs file and write the following:
export { default } from '@book000/eslint-config'📑 License
This project is licensed under the MIT License.
