From 0283b298af2d04c7bc013fad7db5966d651f0142 Mon Sep 17 00:00:00 2001 From: James Maa Date: Fri, 14 Jun 2024 13:24:44 -0700 Subject: Disable capitalized-comments (#1072) * Disable capitalized-comments * Remove capitalized-comments --- .eslintrc.json | 9 --------- 1 file changed, 9 deletions(-) diff --git a/.eslintrc.json b/.eslintrc.json index 3f6b467b..9b4f8685 100644 --- a/.eslintrc.json +++ b/.eslintrc.json @@ -43,15 +43,6 @@ ], "rules": { "accessor-pairs": "error", - "capitalized-comments": [ - "error", - "always", - { - "ignorePattern": "case|[a-z]+[A-Z0-9]|[a-z]+\\.\\w", - "ignoreInlineComments": true, - "ignoreConsecutiveComments": true - } - ], "curly": ["error", "all"], "default-case-last": "error", "dot-notation": "error", -- cgit v1.2.3