With pnpm
:
pnpm add --save-dev @blazzi/eslint-config
With yarn
:
yarn add --dev @blazzi/eslint-config
With npm
:
npm install --save-dev @blazzi/eslint-config
// eslint.config.js
export { default } from '@blazzi/eslint-config/typescript';
// eslint.config.js
export { defineConfig, typescriptConfig } from '@blazzi/eslint-config';
export default defineConfig(...typescriptConfig);
Your contributions are welcome! Please adhere to this commit message convention when submitting pull requests.
This project is licensed under the MIT License - see the LICENSE file for details.
© 2024 Mehmetcan YILMAZ