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.

Extending eslint doesn't work

See original GitHub issue

I can’t extend the eslint config for gts because it seems like the latest npm package doesn’t have .eslintrc.json published.

I tried, as in the readme:

  "eslintConfig": {
    "extends": "./node_modules/gts"
  }

@JustinBeckwith ?

Issue Analytics

  • State:closed
  • Created 3 years ago
  • Comments:5

github_iconTop GitHub Comments

6reactions
JustinBeckwithcommented, Mar 23, 2020

Correct. We’re furiously trying to get 2.0 out the door this week. For now, you can npm install gts@next and it should pin you to the right dist tag until we’re out 😃

4reactions
JustinBeckwithcommented, Apr 10, 2020

Hey folks! We just shipped 2.0 😃 You can go back to the latest tag now if you want to upgrade!

On the question about other changes - I wrote an upgrade guide here: https://github.com/google/gts/releases/tag/v2.0.0

There are many breaking changes 😬

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 >
extension does not work with extended config files #1041
In my project's main branch if I use extends: ['@rushstack/eslint-config'], your eslint plugin works. It's only when I try to extends: ...
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 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 >
Configuration Files - ESLint - Pluggable JavaScript Linter
Note that ESLint does not support ESM configuration at this time. ... The configuration cascade works based on the location of the file...
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