1.2.10 • Published 4 months ago
@zilero/eslint v1.2.10
✨ 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/eslint
Using yarn
yarn add -D @zilero/eslint
Using 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.