1
1
mirror of https://github.com/theoludwig/eslint-config-conventions.git synced 2024-09-17 01:15:52 +02:00

fix: relax unicorn/no-array-callback-reference because of false positive

This commit is contained in:
Divlo 2022-02-19 19:00:26 +01:00
parent 8cadf4a235
commit f3feed70cb
No known key found for this signature in database
GPG Key ID: 8F9478F220CE65E9

View File

@ -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",