Skip to content

Commit

Permalink
🔨 Disable for of rule
Browse files Browse the repository at this point in the history
  • Loading branch information
DaniFoldi committed Oct 26, 2023
1 parent 28b9aa3 commit 18c290b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/bundled-eslint-config/src/setup/for-js.ts
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ export const jsRules: Rules = {
'@brettz9/no-this-in-static': 'error',
'@brettz9/no-use-ignored-vars': 'warn',
'@brettz9/no-useless-rest-spread': 'warn',
'@brettz9/prefer-for-of': 'warn',
'@brettz9/prefer-for-of': 'off',
'case-police/string-check': 'warn',
'jsdoc/check-access': 'warn',
'jsdoc/check-alignment': 'warn',
Expand Down

0 comments on commit 18c290b

Please sign in to comment.