X-Git-Url: https://git.heureux-cyclage.org/?a=blobdiff_plain;f=.eslintrc.json;h=844895d12c1eb0264af7e1fa4d0b17c1b8da44e9;hb=ac8d0d9bcda4cf8132e088af2f847c026b9fe1ef;hp=044dd7202dce8d827b825f8a77fcef9634474f22;hpb=a3b1ef7c21ba9af94f611f6ca1d64e75710db176;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 } }