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