X-Git-Url: https://git.cyclocoop.org/%7B%7B%20url_for%28%27votes%27%2C%20votes=%27waiting%27%29%20%7D%7D?a=blobdiff_plain;f=.jshintrc;h=9d6c4d21805282be6d4f8c5d881d42e1b4e5c0d8;hb=0f799ce2b299a5288979945490136b485f2f9382;hp=c4e265a4de6d9b514a34b31e1713c25621dc84cc;hpb=7f5df182bbc44ef35453929664a4a4641a715b71;p=lhc%2Fweb%2Fwiklou.git diff --git a/.jshintrc b/.jshintrc index c4e265a4de..9d6c4d2180 100644 --- a/.jshintrc +++ b/.jshintrc @@ -2,24 +2,20 @@ /* Common */ // Enforcing - "camelcase": true, - "curly": true, "eqeqeq": true, - "immed": 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 +27,6 @@ "multistr": true, // Environment "browser": true, - // Legacy - "nomen": true, "predef": [ "mediaWiki",