From 2fd4edbf5b7c7429d9ee19470ebc59eb96809ae8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Th=C3=A9o=20LUDWIG?= Date: Tue, 18 Jul 2023 21:51:51 +0200 Subject: [PATCH] feat: add `unicorn/no-empty-file` BREAKING CHANGE: New rule introduced --- .eslintrc.json | 1 + 1 file changed, 1 insertion(+) diff --git a/.eslintrc.json b/.eslintrc.json index aede952..53c732a 100644 --- a/.eslintrc.json +++ b/.eslintrc.json @@ -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",