.jshintrc 240 Bytes Raw Blame History Permalink 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 { "browser": false, "camelcase": true, "curly": true, "devel": true, "eqeqeq": true, "forin": true, "indent": 2, "noarg": true, "node": true, "quotmark": "single", "undef": true, "strict": false, "unused": true }