X-Git-Url: https://git.heureux-cyclage.org/?a=blobdiff_plain;ds=sidebyside;f=.jshintrc;h=4eec7a0eb82bc004b75a3a1ad6b39d8c5197af69;hb=c993ec0095e80c939cdacea690d8677814cdbeb6;hp=c4e265a4de6d9b514a34b31e1713c25621dc84cc;hpb=0fa37e40a03b06def908e90cb981ffd7b864ead2;p=lhc%2Fweb%2Fwiklou.git diff --git a/.jshintrc b/.jshintrc index c4e265a4de..4eec7a0eb8 100644 --- a/.jshintrc +++ b/.jshintrc @@ -2,24 +2,21 @@ /* Common */ // Enforcing - "camelcase": true, - "curly": true, "eqeqeq": true, - "immed": true, + "es3": true, "latedef": true, - "newcap": true, "noarg": true, - "noempty": true, "nonew": true, - "quotmark": "single", - "trailing": true, "undef": true, "unused": true, - // Legacy - "onevar": true, /* Local */ + // FIXME: Deprecated, handle these with node-jscs instead. + // Handled here because we still have inline overrides in some places. + "camelcase": true, + "nomen": true, + // Enforcing "bitwise": true, "forin": false, @@ -31,8 +28,6 @@ "multistr": true, // Environment "browser": true, - // Legacy - "nomen": true, "predef": [ "mediaWiki",