X-Git-Url: http://git.cyclocoop.org/?a=blobdiff_plain;f=.eslintrc.json;h=844895d12c1eb0264af7e1fa4d0b17c1b8da44e9;hb=b8308397fc6f70da129618f17d283b82435ee95e;hp=98d0f10fa97479e534490c9cba2aaf1e7892321a;hpb=e7d3bce00f418b1f2bc7732aa946b7c9d7c563d0;p=lhc%2Fweb%2Fwiklou.git diff --git a/.eslintrc.json b/.eslintrc.json index 98d0f10fa9..844895d12c 100644 --- a/.eslintrc.json +++ b/.eslintrc.json @@ -2,8 +2,7 @@ "extends": "wikimedia", "env": { "browser": true, - "jquery": true, - "qunit": true + "jquery": true }, "globals": { "require": false, @@ -12,6 +11,7 @@ "OO": false }, "rules": { - "dot-notation": 0 + "dot-notation": 0, + "max-len": 0 } }