This repository has been archived by the owner on Mar 3, 2023. It is now read-only.
linter-eslint seems not working inside the editor with react-scripts 5 #23688
Unanswered
emrea-works
asked this question in
Q&A
Replies: 1 comment
-
Sorry for keeping busy in here, the problem was about the linter-eslint plugin and the issue handled in this thread very well: AtomLinter/linter-eslint#1458 (comment) |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
History was smooth and sweet:
Everything has been working as expected, during the development with react-script 4 my setup was:
Now the issue:
"eslintConfig": { "extends": [ "react-app", "react-app/jest" ] }
Here's the proof that
yarn create react-app my-react-app
command installed eslint plugin as default, which is required as by linter-eslint plugin to function well:package.json
An output as a clue maybe:
When I run prettier inside the editor, Prettier lints and outputs in linter-ui-default panel very well, but I need to see the warnings and errors in linter panel during the coding process.
I assume that I have followed all suggestions in eslint.org and prettier.io or other stackoverflow conversations for the right configuration, however, Atom's linter-eslint doesn't expect deep, specific configuration from the user as long as user has "eslintConfig" in package.json file as default.
What would you suggest?
Thanks in advance.
Beta Was this translation helpful? Give feedback.
All reactions