X-Git-Url: http://git.heureux-cyclage.org/?a=blobdiff_plain;f=.eslintrc.json;h=844895d12c1eb0264af7e1fa4d0b17c1b8da44e9;hb=03af0578b609e7624974495160c5ff2b88b4d7b1;hp=044dd7202dce8d827b825f8a77fcef9634474f22;hpb=ce079cf6ad79ca8d3360817f809b219d166f9153;p=lhc%2Fweb%2Fwiklou.git diff --git a/.eslintrc.json b/.eslintrc.json index 044dd7202d..844895d12c 100644 --- a/.eslintrc.json +++ b/.eslintrc.json @@ -2,17 +2,16 @@ "extends": "wikimedia", "env": { "browser": true, - "jquery": true, - "qunit": true + "jquery": true }, "globals": { "require": false, "module": false, "mediaWiki": false, - "mwPerformance": false, "OO": false }, "rules": { - "dot-notation": 0 + "dot-notation": 0, + "max-len": 0 } }