.eslintrc.* not supported
See original GitHub issueVersions:
prettier-eslint
version: ^6.2.1prettier-atom
version: 0.31.1atom
version:Atom : 1.17.0 Electron: 1.3.15 Chrome : 52.0.2743.82 Node : 6.5.0
Have you followed the debugging tips?
No (it’s being used in prettier-atom)
What I did:
I have a project with the spec-compliant ESLint config filename, such as .eslintrc.json5
What happened:
The config is not loaded by prettier-atom (prettier-eslint)
Suggested solution:
Ensure prettier-eslint is able to load .eslintrc.*
configs.
Issue Analytics
- State:
- Created 6 years ago
- Comments:10 (5 by maintainers)
Top Results From Across the Web
ESLint not working in VS Code? - Stack Overflow
If ESLint is running in the terminal but not inside VSCode, it is probably because the extension is unable to detect both the...
Read more >ESLint not working in VSCode? Help build a troubleshooting ...
Open the command palette by pressing Ctrl / Cmd + Shift + P and select 'ESLint: Show Output Channel'. If ESLint throws any...
Read more >ESLint not working in VSCode – possible fixes - LinuxPip
ESLint not working in VSCode – possible fixes · 1 Run npm install? · 2 Restart VSCode · 3 Install ESLint + Plugins...
Read more >ESLint not working no matter how i try to fix · Issue #769 - GitHub
I'm new to Node and JS. I'm following a course and trying to use ESLint and stuffs but ran into problems that i...
Read more >Configuration Files - ESLint - Pluggable JavaScript Linter
ESLint supports configuration files in several formats: JavaScript - use .eslintrc.js ... Note that ESLint does not support ESM configuration at this time....
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
Nevermind, I hadn’t installed the right packages in the project, we’re good
I think this might still be an issue, In the debug messages, I’m seeing the built in eslint config from CRA, but none of my custom rules. It works if I use a standard eslintrc file, but but not if its a JS file