We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4aadbe0 commit d33f52fCopy full SHA for d33f52f
1 file changed
resources/eslint/unicorn.js
@@ -46,7 +46,9 @@ const CONFIG = [
46
"unicorn/number-literal-case": "error",
47
"unicorn/numeric-separators-style": "error",
48
49
- "unicorn/prefer-at": "error",
+ // NOTE: can break third-party code
50
+ // "unicorn/prefer-at": "error",
51
+
52
"unicorn/prefer-bigint-literals": "error",
53
"unicorn/prefer-class-fields": "error",
54
"unicorn/prefer-classlist-toggle": "error",
0 commit comments