From c431a208e9c6c5e91a39a259a39aedbe6f1f838c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Th=C3=A9o=20LUDWIG?= Date: Tue, 18 Jul 2023 21:58:04 +0200 Subject: [PATCH] feat: add `unicorn/number-literal-case` BREAKING CHANGE: New rule introduced --- .eslintrc.json | 1 + 1 file changed, 1 insertion(+) diff --git a/.eslintrc.json b/.eslintrc.json index 0a22c13..420785f 100644 --- a/.eslintrc.json +++ b/.eslintrc.json @@ -194,6 +194,7 @@ "unicorn/no-new-buffer": "error", "unicorn/no-this-assignment": "error", "unicorn/no-zero-fractions": "error", + "unicorn/number-literal-case": "error", "unicorn/prefer-node-protocol": "error", "unicorn/throw-new-error": "error", "unicorn/no-typeof-undefined": "error"