Skip to content

Commit

Permalink
Update eslint-recommended-raw.ts
Browse files Browse the repository at this point in the history
  • Loading branch information
bradzacher committed Apr 15, 2024
1 parent 4fd87d4 commit 7833624
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions packages/eslint-plugin/src/configs/eslint-recommended-raw.ts
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,8 @@ export default (
'no-dupe-keys': 'off', // ts(1117)
'no-func-assign': 'off', // ts(2630)
'no-import-assign': 'off', // ts(2632) & ts(2540)
// TODO - remove this once we no longer support ESLint v8
'no-new-symbol': 'off', // ts(7009)
'no-new-native-nonconstructor': 'off', // ts(7009)
'no-obj-calls': 'off', // ts(2349)
'no-redeclare': 'off', // ts(2451)
Expand Down

0 comments on commit 7833624

Please sign in to comment.