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