Skip to content

Commit 0c9eaf8

Browse files
committed
Switch from deprecated @typescript-eslint rule
1 parent 77835de commit 0c9eaf8

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

.eslintrc.json

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,13 @@
77
},
88
"plugins": ["@typescript-eslint"],
99
"rules": {
10-
"@typescript-eslint/class-name-casing": "warn",
10+
"@typescript-eslint/naming-convention": [
11+
"warn",
12+
{
13+
"selector": "class",
14+
"format": ["PascalCase"]
15+
}
16+
],
1117
"@typescript-eslint/semi": "warn",
1218
"curly": "warn",
1319
"eqeqeq": "warn",

0 commit comments

Comments
 (0)