Replies: 4 comments 4 replies
-
@antfu might be able to answer this better. |
Beta Was this translation helpful? Give feedback.
-
@erosman I guess you have a different versions of |
Beta Was this translation helpful? Give feedback.
-
How can I check the version/content of Looking at Can there be an issue generated from VS Code ESLint extension? 🤔 [email protected] |
Beta Was this translation helpful? Give feedback.
-
I'd guess that Lines 32 to 34 in 509a1ae config-inspector/src/configs.ts Line 31 in 509a1ae |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
[email protected]
ESLint Config Inspector v0.2.1
While checking ESLint Config Inspector, I noticed some discrepancies and I am not sure whether they belong to the Config Inspector or the ESLint runtime.
The config that I use imports
configs.recommended
e.g.There are 4 unused recommended rules.
The
recommenced
data comes from the runtime.(See also: Mark recommended, Mark imported config)
There appears to be a discrepancy somewhere since they don't appear in
js/src/configs/eslint-recommended.js
.https://github.com/eslint/eslint/blob/b7cf3bd29f25a0bab4102a51029bf47c50f406b5/packages/js/src/configs/eslint-recommended.js#L11-L75
There are also a few rules listed under in
config #1
which isconfigs.recommended
that dont haverecommended: true
e.g.Beta Was this translation helpful? Give feedback.
All reactions