Uh oh!
There was an error while loading.Please reload this page.
- Notifications
You must be signed in to change notification settings - Fork2.8k
Closed
Description
When using the configall
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 |