From 533f8953aa7606b65640c72caa8df8e725b7735f Mon Sep 17 00:00:00 2001 From: DCoded <dcoded@live.com> Date: Sun, 14 Apr 2019 23:29:03 -0400 Subject: [PATCH] Updated eslintrc --- .eslintrc.json | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/.eslintrc.json b/.eslintrc.json index 5f86a7c2be9..ead405793c8 100644 --- a/.eslintrc.json +++ b/.eslintrc.json @@ -45,6 +45,20 @@ "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", "never" -- GitLab