From 2e63fe2e9d87bacfd897ed2948d18df1d18dbde4 Mon Sep 17 00:00:00 2001 From: DCoded <dcoded@live.com> Date: Sun, 14 Apr 2019 23:30:50 -0400 Subject: [PATCH] Removed max-len rule --- .eslintrc.json | 13 ------------- 1 file changed, 13 deletions(-) diff --git a/.eslintrc.json b/.eslintrc.json index ead405793c8..bd4f9247ab2 100644 --- a/.eslintrc.json +++ b/.eslintrc.json @@ -45,19 +45,6 @@ "dot-notation": "off", "linebreak-style": ["error", "unix"], "eol-last": "warn", - "max-len": [ - "warn", - { - "code": 80, - "tabWidth": 4, - "ignoreComments": true, - "ignoreTrailingComments": true, - "ignoreUrls": true, - "ignoreStrings": true, - "ignoreTemplateLiterals": true, - "ignoreRegExpLiterals": true - } - ], "max-nested-callbacks": "error", "unicode-bom": [ "error", -- GitLab