Skip to content

Commit

Permalink
Enforce eslint deprecation (#347)
Browse files Browse the repository at this point in the history
  • Loading branch information
cjbarth authored Jul 18, 2023
1 parent 1eee0d0 commit 3abd8eb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .eslintrc.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
"no-var": "error",
"prefer-const": "error",
"prefer-template": "error",
"deprecation/deprecation": "warn",
"deprecation/deprecation": "error",
"@typescript-eslint/no-non-null-assertion": "error",
"@typescript-eslint/no-unused-vars": "warn",
"@typescript-eslint/no-this-alias": "error"
Expand Down

0 comments on commit 3abd8eb

Please # to comment.