mirror of
https://github.com/theoludwig/eslint-config-conventions.git
synced 2024-11-08 19:11:31 +01:00
fix: relax unicorn/no-array-callback-reference
because of false positive
This commit is contained in:
parent
8cadf4a235
commit
f3feed70cb
@ -192,7 +192,6 @@
|
||||
"unicorn/error-message": "error",
|
||||
"unicorn/escape-case": "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