https://github.com/shalithacell/eslint-rules-reactjs
React specific linting rules for ESLint
https://github.com/shalithacell/eslint-rules-reactjs
eslint eslint-config eslint-react eslint-react-config eslint-rules eslintrc react reactjs
Last synced: 28 days ago
JSON representation
React specific linting rules for ESLint
- Host: GitHub
- URL: https://github.com/shalithacell/eslint-rules-reactjs
- Owner: ShalithaCell
- Created: 2020-05-07T12:31:18.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2020-05-22T02:18:24.000Z (about 6 years ago)
- Last Synced: 2025-03-30T23:17:05.255Z (about 1 year ago)
- Topics: eslint, eslint-config, eslint-react, eslint-react-config, eslint-rules, eslintrc, react, reactjs
- Language: JavaScript
- Size: 9.77 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Eslint-Rules-ReactJs
Code style is an important topic for developers. When you code for yourself, it might be alright to violate best practices. However, in a team of developers you have to have a common code style. You should follow the same rules to make your code look alike. It helps others developers to read your code. It helps people to navigate in a new code base. ESLint in JavaScript helps you to set up rules and to enforce code style.
# Looking for list of Eslint rules for ReactJs?
This will provides all usefull Airbnb's .eslintrc rules for your usage.
# Usage
### Is your .eslintrc file type JSON?
Go to rules.json and copy all the configurations and replace with your configurations.
### Is your .eslintrc file type JS?
Go to rules.js and copy all the configurations and replace with your configurations.