diff --git a/test/.eslintrc.json b/test/.eslintrc.json index 7b30f0cd2..c52754a54 100644 --- a/test/.eslintrc.json +++ b/test/.eslintrc.json @@ -13,5 +13,8 @@ "globals": { "QUnit": false, "console": false + }, + "rules": { + "max-len": "off" } }