@zilero/eslint
v1.2.10
Published
π― Comprehensive ESLint configuration for React and Node.js projects
Maintainers
Readme
β¨ Comprehensive ESLint configuration for React and Node.js projects with TypeScript support
β¨ Features
- π¦ Ready - made configuration out of the box
- π Optimized for React and Node.js
- πͺ Full TypeScript support
- π¨ Integration with Prettier
- β‘ High performance
- π§ Easy setup
- π± Next support.JS
- π JSX/TSX compatibility
π₯ Installation
Using npm
npm install --save-dev @zilero/eslintUsing yarn
yarn add -D @zilero/eslintUsing pnpm
pnpm install -D @zilero/eslintπ Quick start
Create the .eslint.config.js at the root of your project:
import { eslint } from '@zilero/eslint';
export default eslint({
typescript: true
});Add scripts to your package.json:
"scripts": {
"lint:check": "eslint ./",
"lint:fix": "eslint ./ --fix",
}π€ Contributing
We'd love for you to contribute to @zilero/eslint! Whether it's reporting bugs, suggesting features, or submitting pull requests, your help is always appreciated.
How to contribute:
- Fork the repository.
- Create a new branch (
git checkout -b feature/your-feature). - Make your changes.
- Commit your changes (
git commit -am 'Add new feature'). - Push to the branch (
git push origin feature/your-feature). - Open a pull request.
π Code of Conduct
Please follow our Code of Conduct when participating in this project to ensure a welcoming and productive atmosphere.
π Security Policy
Security is our priority. If you encounter any issues, please read our full Security Policy to report vulnerabilities safely and responsibly.
π₯ Team
These folks keep the project moving and are resources for help.
π License
License @zilero/eslint is licensed under the MIT License.
