1.0.24 • Published 2 years ago
eslint-config-korczivo v1.0.24
Eslint config for React APP's
A customizable ESLint configuration package for consistent code quality across projects.
Installation
npm install korczivo-eslint-react --save-dev
Usage
- Install the package as a development dependency in your project:
npm install korczivo-eslint-react --save-dev
- Create an index.json or index.jsonon file in the root of your project and extend the configuration:
{
"extends": "korczivo-eslint-react"
// Add additional rules or overrides as needed
}
- Run ESLint on your project:
npx eslint .
Customization
This ESLint configuration is designed to be easily customizable to suit your project's specific needs. You can override or add rules by modifying your project's index.json or index.jsonon file.
For more details on configuring ESLint, refer to the ESLint Configuration Documentation.
Features
- Provides a solid foundation for maintaining code quality.
- Preconfigured rules for common scenarios.
- Regularly updated to keep up with best practices.
Contributing
Contributions are welcome! Feel free to open an issue or submit a pull request.