Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 02d9bca commit 2288b35Copy full SHA for 2288b35
packages/eslint-plugin/src/configs/eslint-recommended.ts
@@ -16,7 +16,7 @@ export = {
16
'no-dupe-keys': 'off', // ts(1117)
17
'no-func-assign': 'off', // ts(2539)
18
'no-import-assign': 'off', // ts(2539) & ts(2540)
19
- 'no-new-symbol': 'off', // ts(2588)
+ 'no-new-symbol': 'off', // ts(7009)
20
'no-obj-calls': 'off', // ts(2349)
21
'no-redeclare': 'off', // ts(2451)
22
'no-setter-return': 'off', // ts(2408)
0 commit comments