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.

ESLint not working

See original GitHub issue

Prerequisites

  • Using yarn
  • Using node 10.x
  • Using an up-to-date master branch
  • 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:closed
  • Created 4 years ago
  • Comments:7 (5 by maintainers)

github_iconTop GitHub Comments

1reaction
amilajackcommented, Mar 11, 2020

Ahh good catch! I forgot to update those. Here are the updated plugins you should install:

apm install editorconfig linter linter-eslint language-babel atom-typescript
0reactions
kevincastejoncommented, Mar 11, 2020

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

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

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