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