package checking not woking for configs extending this one
See original GitHub issueIf 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:
- Created 3 years ago
- Comments:8 (7 by maintainers)
Top 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 >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 FreeTop 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
Top GitHub Comments
I’ll take a look if I find some time.
I think so. Thanks!