Skip to content

Commit

Permalink
chore(eslint-plugin): valid typescript error code in eslint-recommend…
Browse files Browse the repository at this point in the history
…ed (#6165)

chore(eslint-plugin): valid typescript error code in eslint-recommended
  • Loading branch information
nix6839 committed Dec 4, 2022
1 parent 02d9bca commit 2288b35
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/eslint-plugin/src/configs/eslint-recommended.ts
Expand Up @@ -16,7 +16,7 @@ export = {
'no-dupe-keys': 'off', // ts(1117)
'no-func-assign': 'off', // ts(2539)
'no-import-assign': 'off', // ts(2539) & ts(2540)
'no-new-symbol': 'off', // ts(2588)
'no-new-symbol': 'off', // ts(7009)
'no-obj-calls': 'off', // ts(2349)
'no-redeclare': 'off', // ts(2451)
'no-setter-return': 'off', // ts(2408)
Expand Down

0 comments on commit 2288b35

Please sign in to comment.