Skip to content

Commit 3abd8eb

Browse files
authored
Enforce eslint deprecation (#347)
1 parent 1eee0d0 commit 3abd8eb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.eslintrc.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@
2929
"no-var": "error",
3030
"prefer-const": "error",
3131
"prefer-template": "error",
32-
"deprecation/deprecation": "warn",
32+
"deprecation/deprecation": "error",
3333
"@typescript-eslint/no-non-null-assertion": "error",
3434
"@typescript-eslint/no-unused-vars": "warn",
3535
"@typescript-eslint/no-this-alias": "error"

0 commit comments

Comments
 (0)