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-empty-file

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

View File

@ -187,6 +187,7 @@
"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",
"unicorn/no-instanceof-array": "error",
"unicorn/no-this-assignment": "error",