X-Git-Url: http://git.heureux-cyclage.org/?p=lhc%2Fweb%2Fwiklou.git;a=blobdiff_plain;f=.eslintrc.json;h=64b5ea783575a224be288bd14d6488faab5c7e40;hp=135d3b95f38295e0120cc81ec4e0fb7737a169b5;hb=ea0f1b5f004a9dc1cdf5568259c337d45f15ce9b;hpb=32f3a9957591abb388ecd8384a3d413cdb3833dd 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 } }