-
Notifications
You must be signed in to change notification settings - Fork 13k
Closed
Labels
InfrastructureIssue relates to TypeScript team infrastructureIssue relates to TypeScript team infrastructure
Description
The following rules were removed in the latest version of @typescript-eslint
in favor to naming-convention
Lines 20 to 21 in d45f0d0
"camelcase": "off", | |
"@typescript-eslint/camelcase": ["error", { "properties": "never", "allow": ["^[A-Za-z][a-zA-Za-z]+_[A-Za-z]+$"] }], |
Line 23 in d45f0d0
"@typescript-eslint/class-name-casing": "error", |
Line 25 in d45f0d0
"@typescript-eslint/interface-name-prefix": "error", |
naming-convention is more strict and need to choose the most optimal configuration.
Metadata
Metadata
Assignees
Labels
InfrastructureIssue relates to TypeScript team infrastructureIssue relates to TypeScript team infrastructure