ESLint not working
See original GitHub issuePrerequisites
- Using yarn
- Using node 10.x
- Using an up-to-date
masterbranch - Using latest version of devtools. See wiki for howto update
- Link to stacktrace in a Gist (for bugs)
- For issue in production release, devtools output of
DEBUG_PROD=true yarn build && yarn start - Tried solutions mentioned in #400
Expected Behavior
Cloning the repo and inserting error into the code will display this error through ESLint.
Current Behavior
Cloning the repo and inserting error into the code will not display this error through ESLint.
Steps to Reproduce (for bugs)
Clone the repo and insert error into the code.
Context
- Did you make any changes to the boilerplate after cloning it? No
- Providing context helps us come up with a solution that is most useful in the real world I’m using this boilerplate on node v10.19.0 Windows 10, I tried with Atom and Visual Studio (both with lint extension installed). No errors linted at all, although it works on any regular node project.
Your Environment
- Node version : 10.19.0
- Version or Branch used : the version suggested on the README install doc (–depth 1 --single-branch --branch master)
- Operating System and version : Windows10
- Link to your project :
Issue Analytics
- State:
- Created 4 years ago
- Comments:7 (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...
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 >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 >How To Enable Linting on Save with Visual Studio Code and ...
Trying to manually run ESLint: Fix all auto-fixable Problems periodically is not very reliable. However, having lint rules run every time you ...
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 Free
Top 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

Ahh good catch! I forgot to update those. Here are the updated plugins you should install:
the ones recommended on the “editor configuration” section:
apm install editorconfig es6-javascript atom-ternjs javascript-snippets linter linter-eslint language-babel autocomplete-modules file-icons