mirror of
https://github.com/theoludwig/eslint-config-conventions.git
synced 2024-12-18 21:45:04 +01:00
feat: add unicorn/no-array-callback-reference
BREAKING CHANGE: New rule introduced
This commit is contained in:
parent
eab075e291
commit
7f7ab46896
@ -182,6 +182,7 @@
|
||||
"unicorn/escape-case": "error",
|
||||
"unicorn/explicit-length-check": "error",
|
||||
"unicorn/new-for-builtins": "error",
|
||||
"unicorn/no-array-callback-reference": "error",
|
||||
"unicorn/no-hex-escape": "error",
|
||||
"unicorn/no-instanceof-array": "error",
|
||||
"unicorn/no-this-assignment": "error",
|
||||
|
Loading…
Reference in New Issue
Block a user