We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 77835de commit 0c9eaf8Copy full SHA for 0c9eaf8
.eslintrc.json
@@ -7,7 +7,13 @@
7
},
8
"plugins": ["@typescript-eslint"],
9
"rules": {
10
- "@typescript-eslint/class-name-casing": "warn",
+ "@typescript-eslint/naming-convention": [
11
+ "warn",
12
+ {
13
+ "selector": "class",
14
+ "format": ["PascalCase"]
15
+ }
16
+ ],
17
"@typescript-eslint/semi": "warn",
18
"curly": "warn",
19
"eqeqeq": "warn",
0 commit comments