Skip to content

Commit d33f52f

Browse files
committed
fix: disable prefer-at rule
1 parent 4aadbe0 commit d33f52f

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

resources/eslint/unicorn.js

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,9 @@ const CONFIG = [
4646
"unicorn/number-literal-case": "error",
4747
"unicorn/numeric-separators-style": "error",
4848

49-
"unicorn/prefer-at": "error",
49+
// NOTE: can break third-party code
50+
// "unicorn/prefer-at": "error",
51+
5052
"unicorn/prefer-bigint-literals": "error",
5153
"unicorn/prefer-class-fields": "error",
5254
"unicorn/prefer-classlist-toggle": "error",

0 commit comments

Comments
 (0)