diff --git a/.eslintrc.json b/.eslintrc.json
index ead405793c8ffb1183dbcd0b6685594f4f8f032a..bd4f9247ab21687662041c2c9981804f2e292b43 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",