1
1
mirror of https://github.com/theoludwig/eslint-config-conventions.git synced 2024-08-06 10:18:28 +02:00

feat: add unicorn/no-array-push-push

BREAKING CHANGE: New rule introduced
This commit is contained in:
Théo LUDWIG 2023-07-18 21:48:53 +02:00
parent 2fcede3f0a
commit cbbb8dfe28
Signed by: theoludwig
GPG Key ID: ADFE5A563D718F3B

View File

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