Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 2288b35

Browse files
authored
chore(eslint-plugin): valid typescript error code in eslint-recommended (typescript-eslint#6165)
chore(eslint-plugin): valid typescript error code in eslint-recommended
1 parent 02d9bca commit 2288b35

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/eslint-plugin/src/configs/eslint-recommended.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ export = {
1616
'no-dupe-keys': 'off', // ts(1117)
1717
'no-func-assign': 'off', // ts(2539)
1818
'no-import-assign': 'off', // ts(2539) & ts(2540)
19-
'no-new-symbol': 'off', // ts(2588)
19+
'no-new-symbol': 'off', // ts(7009)
2020
'no-obj-calls': 'off', // ts(2349)
2121
'no-redeclare': 'off', // ts(2451)
2222
'no-setter-return': 'off', // ts(2408)

0 commit comments

Comments
 (0)