X-Git-Url: https://git.heureux-cyclage.org/?p=lhc%2Fweb%2Fwiklou.git;a=blobdiff_plain;f=.eslintrc.json;h=844895d12c1eb0264af7e1fa4d0b17c1b8da44e9;hp=044dd7202dce8d827b825f8a77fcef9634474f22;hb=b2101d7202425f3fc551ab15a3f03711316e2af7;hpb=22b38fbbb94e1dacb39e2611f3952707c7b5e685 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 } }