diff --git a/.eslintrc.json b/.eslintrc.json index 496db96f..20b56e74 100644 --- a/.eslintrc.json +++ b/.eslintrc.json @@ -8,7 +8,8 @@ "no-underscore-dangle": [0], "react/jsx-filename-extension": [0, { "extensions": [".js", ".jsx"] }], "new-cap": [0], - "react/require-extension": "off" + "react/require-extension": "off", + "max-len": [0] }, "globals": { "describe": true, diff --git a/index.html b/index.html index 050f5eb2..e4f9c83f 100644 --- a/index.html +++ b/index.html @@ -4,7 +4,7 @@