X-Git-Url: https://git.heureux-cyclage.org/?p=lhc%2Fweb%2Fwiklou.git;a=blobdiff_plain;f=.eslintrc.json;h=64b5ea783575a224be288bd14d6488faab5c7e40;hp=135d3b95f38295e0120cc81ec4e0fb7737a169b5;hb=2ecb2c944fabf71ebc591c77871f9b23c1bf14b9;hpb=3c108c8f462a94dfbc27118de1dc5ec96aeda785 diff --git a/.eslintrc.json b/.eslintrc.json index 135d3b95f3..64b5ea7835 100644 --- a/.eslintrc.json +++ b/.eslintrc.json @@ -2,18 +2,15 @@ "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, - "valid-jsdoc": 0 + "dot-notation": 0 } }