1
1
mirror of https://github.com/theoludwig/eslint-config-conventions.git synced 2024-11-08 19:11:31 +01:00

fix: relax unicorn/no-array-push-push

This commit is contained in:
Théo LUDWIG 2023-11-14 12:50:21 +01:00
parent 113a469ac5
commit 6a064c227e
Signed by: theoludwig
GPG Key ID: ADFE5A563D718F3B

View File

@ -184,7 +184,6 @@
"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-document-cookie": "error",
"unicorn/no-empty-file": "error",
"unicorn/no-hex-escape": "error",