eslint-plugin-react is presented inside package.json but not used in .eslintrc.js
See original GitHub issueThis is not an issue, I’m just trying to understand the codebase. I don’t think it would be approriate to post this question on StackOverflow or Twitter.
I saw the eslint-plugin-react
inside package.json
, however it is not used inside .eslintrc.js
? Is it intentional? If so, why’s that?
Thank you and sorry for an off-topic question
Issue Analytics
- State:
- Created 5 years ago
- Comments:6 (6 by maintainers)
Top Results From Across the Web
eslint-plugin-react is presented inside package.json but not ...
This is not an issue, I'm just trying to understand the codebase. I don't think it would be approriate to post this question...
Read more >ERROR in Plugin "react" was conflicted between ".eslintrc.json ...
I just ran the npm install --dev eslint-config-react-app command and the error is gone. Also use --include=dev instead of --dev .
Read more >Configuration Files - ESLint - Pluggable JavaScript Linter
A pluggable and configurable linter tool for identifying and reporting on patterns in JavaScript. Maintain your code quality with ease.
Read more >Configuring ESLint - Breword 文档集合
React applies specific semantics to JSX syntax that ESLint doesn't recognize. We recommend using eslint-plugin-react if you are using React and want React ......
Read more >eslint-plugin-react - npm
Start using eslint-plugin-react in your project by running `npm i ... However, this is not recommended, and any plugins or shareable configs ...
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
@oliviertassinari Theoretically it should work. I will give it even a closer look and make a pull request if it actually works this weekend
@WebDeg-Brian I sort the properties with Sublime Text. Do you want to submit a pull request removing the two plugins as already provided by Airbnb? When you say it works, does it mean it still reporting failing cases?