Skip to content

[naming-convention] Configuration invalid (unexpected error) when using config all #1472

@fernandopasik

Description

@fernandopasik

When using the config all the config applied for this rule is

"@typescript-eslint/naming-convention": "error",

https://github.com/typescript-eslint/typescript-eslint/blob/master/packages/eslint-plugin/src/configs/all.json#L24

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 workingpackage: eslint-pluginIssues related to @typescript-eslint/eslint-plugin

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions