-
-
Notifications
You must be signed in to change notification settings - Fork 2.8k
Closed
Labels
bugSomething isn't workingSomething isn't workingpackage: eslint-pluginIssues related to @typescript-eslint/eslint-pluginIssues related to @typescript-eslint/eslint-plugin
Description
When using the config all
the config applied for this rule is
"@typescript-eslint/naming-convention": "error",
Repro
{
"extends": [
"plugin:@typescript-eslint/all"
]
}
Expected Result
Run normally.
Actual Result
Throws an unexpected error
Error: .eslintrc.json » plugin:@typescript-eslint/all:
Configuration for rule "@typescript-eslint/naming-convention" is invalid:
Value [] should NOT have fewer than 1 items.
Versions
package | version |
---|---|
@typescript-eslint/eslint-plugin |
2.16.0 |
@typescript-eslint/parser |
2.16.0 |
TypeScript |
3.7.5 |
ESLint |
6.8.0 |
node |
12.13.1 |
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't workingpackage: eslint-pluginIssues related to @typescript-eslint/eslint-pluginIssues related to @typescript-eslint/eslint-plugin