Skip to content

Latest commit

 

History

History

eslint-config

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 
 
 
 
 

@blazzi/eslint-config

npm

Installation

Install the package as a development dependency:

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

Usage

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