JetRockets Standarts
A react lint configuration for your JetRockets projects
Report Bug
·
Request Feature
Getting Started
A package for react linter configuration of javascript code
- Install package
npm install @jetrockets/eslint-config-base@latest @jetrockets/eslint-config-react@latest
- Enter your API in
.eslintrc.js
module.exports = { extends: [ '@jetrockets/eslint-config-base', '@jetrockets/eslint-config-typescript', // if you are using typescript in project '@jetrockets/eslint-config-react', ... ], ... }
Contributing
Let's make the best linter ever! Any contributions you make are greatly appreciated.
If you have a suggestion that would make this better, please fork the repo and create a pull request. You can also simply open an issue with the tag "enhancement". Don't forget to give the project a star! Thanks again!
- Fork the Project
- Create your Feature Branch (
git checkout -b feature/AmazingRule
) - Commit your Changes (
git commit -m 'Add some AmazingRule'
) - Push to the Branch (
git push origin feature/AmazingRule
) - Open a Pull Request