We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 00d9931 commit f6d4e18Copy full SHA for f6d4e18
eslint.config.js
@@ -174,10 +174,8 @@ export default tseslint.config(
174
"unicorn/prefer-math-trunc": "off",
175
"unicorn/prefer-number-properties": "off",
176
"unicorn/prefer-optional-catch-binding": "off",
177
- "unicorn/prefer-string-replace-all": "off",
178
-
179
- // Not Sure about this one
180
"unicorn/prefer-set-has": "off",
+ "unicorn/prefer-string-replace-all": "off",
181
182
// HAS ISSUES
183
"sonarjs/no-duplicate-string": "off",
0 commit comments