Skip to content

Commit

Permalink
remove deleted rule
Browse files Browse the repository at this point in the history
  • Loading branch information
tjenkinson committed Aug 29, 2023
1 parent f5ffb54 commit 4ea8025
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion .eslintrc.js
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,6 @@ module.exports = {
'@typescript-eslint/no-unnecessary-boolean-literal-compare': ['error'],
'@typescript-eslint/no-unnecessary-condition': ['error'],
'@typescript-eslint/promise-function-async': ['error'],
'@typescript-eslint/sort-type-union-intersection-members': ['error'],
'@typescript-eslint/switch-exhaustiveness-check': ['error'],
'@typescript-eslint/no-loss-of-precision': ['error'],
'@typescript-eslint/no-throw-literal': ['error'],
Expand Down

0 comments on commit 4ea8025

Please sign in to comment.