@blazzi/eslint-config
v0.2.9
Published
Blazzi ESLint config
Readme
@blazzi/eslint-config
Installation
Install the package as a development dependency:
With pnpm:
pnpm add --save-dev @blazzi/eslint-configWith yarn:
yarn add --dev @blazzi/eslint-configWith npm:
npm install --save-dev @blazzi/eslint-configUsage
Direct Re-Export
// eslint.config.js
export { default } from '@blazzi/eslint-config/typescript';Define Local
// eslint.config.js
export { defineConfig, typescriptConfig } from '@blazzi/eslint-config';
export default defineConfig(...typescriptConfig);Contributing
Your contributions are welcome! Please adhere to this commit message convention when submitting pull requests.
License
This project is licensed under the MIT License - see the LICENSE file for details.
© 2024 Mehmetcan YILMAZ
