ESLint config for Tomachi (book000)
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'This project is licensed under the MIT License.