question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

.eslintrc.* not supported

See original GitHub issue

Versions:

  • prettier-eslint version: ^6.2.1
  • prettier-atom version: 0.31.1
  • atom 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:closed
  • Created 6 years ago
  • Comments:10 (5 by maintainers)

github_iconTop GitHub Comments

1reaction
cbranch101commented, Oct 2, 2017

Nevermind, I hadn’t installed the right packages in the project, we’re good

0reactions
cbranch101commented, Oct 2, 2017

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

Read more comments on GitHub >

github_iconTop 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 >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found