Skip to content

Commit f6d4e18

Browse files
committed
Move ESLint Set Has Disable
1 parent 00d9931 commit f6d4e18

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

eslint.config.js

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -174,10 +174,8 @@ export default tseslint.config(
174174
"unicorn/prefer-math-trunc": "off",
175175
"unicorn/prefer-number-properties": "off",
176176
"unicorn/prefer-optional-catch-binding": "off",
177-
"unicorn/prefer-string-replace-all": "off",
178-
179-
// Not Sure about this one
180177
"unicorn/prefer-set-has": "off",
178+
"unicorn/prefer-string-replace-all": "off",
181179

182180
// HAS ISSUES
183181
"sonarjs/no-duplicate-string": "off",

0 commit comments

Comments
 (0)