Skip to content

Commit

Permalink
fix: missing TSEquivalents
Browse files Browse the repository at this point in the history
  • Loading branch information
hannoeru committed May 3, 2022
1 parent fb7b55d commit b6d51c7
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/eslint-plugin/src/constants.ts
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ export const TSEquivalents = [
'no-unused-vars',
'no-unused-expressions',
'no-useless-constructor',
'no-use-before-define',
'quotes',
'semi',
'space-before-function-paren',
Expand Down

0 comments on commit b6d51c7

Please sign in to comment.