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.

package checking not woking for configs extending this one

See original GitHub issue

If i create an eslint-config that extends kentcdodds the package checking is going to return false (since that config won’t have any of the packages)

https://github.com/kentcdodds/eslint-config-kentcdodds/blob/master/jest.js#L14-L23

i guess i can just recreate it on my side, but thought I’d share that here…

Issue Analytics

  • State:closed
  • Created 3 years ago
  • Comments:8 (7 by maintainers)

github_iconTop GitHub Comments

1reaction
kentcdoddscommented, May 12, 2020

I’ll take a look if I find some time.

0reactions
kentcdoddscommented, Jun 24, 2020

I think so. Thanks!

Read more comments on GitHub >

github_iconTop Results From Across the Web

Extending ESLint config not working · Issue #7510 - GitHub
Problem. webpack.config.js checks that eslintConfig.extends exists: create-react-app/packages/react-scripts/config/webpack.config.js.
Read more >
Failed to load config "react" to extend from - Stack Overflow
I have tried installing all the dependencies and have spent hours googling an answer, but I can't seem to figure out the problem....
Read more >
Configuration Files - ESLint - Pluggable JavaScript Linter
Using "eslint:recommended" in the extends property enables a subset of core rules that report common problems (these rules are identified with a checkmark...
Read more >
Configuration options | Yarn - Package Manager
List of all the configuration option for Yarn (yarnrc files)
Read more >
Configuration | Stylelint
The search stops when one of these is found, and Stylelint uses that object. ... a filename extension to help your text editor...
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