[@typescript-eslint/naming-convention] @typescript-eslint/naming-convention should disable camelcase
#2062
Labels
documentation
Documentation ("docs") that needs adding/updating
package: eslint-plugin
Issues related to @typescript-eslint/eslint-plugin
The
@typescript-eslint/camelcase
is changed to@typescript-eslint/naming-convention
in V3, that's cool, but@typescript-eslint/camelcase
disablecamelcase
for ts files in V2, so should the new@typescript-eslint/naming-convention
in V3.Now, file like this will throw camelcase error:
The text was updated successfully, but these errors were encountered: