diff options
| -rw-r--r-- | .eslintrc.json | 9 | 
1 files changed, 0 insertions, 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", |