Skip to content

Commit

Permalink
Fix base config - wrong rule name change
Browse files Browse the repository at this point in the history
  • Loading branch information
burtek committed May 21, 2023
1 parent 9f23e49 commit 1fed2ab
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion configs/base.js
Original file line number Diff line number Diff line change
Expand Up @@ -390,7 +390,7 @@ export function prepareConfig() {
'@typescript-eslint/no-unnecessary-type-arguments': 'error',
'@typescript-eslint/no-unnecessary-type-assertion': 'error',
'@typescript-eslint/no-unnecessary-type-constraint': 'error',
'@typescript-eslint/ fe-assignment': 'error',
'@typescript-eslint/no-unsafe-assignment': 'error',
'@typescript-eslint/no-unsafe-call': 'error',
'@typescript-eslint/no-unsafe-declaration-merging': 'error',
'@typescript-eslint/no-unsafe-enum-comparison': 'error',
Expand Down

0 comments on commit 1fed2ab

Please sign in to comment.