.jshintrc
1 { 2 "curly": true, 3 "eqeqeq": true, 4 "immed": true, 5 "latedef": "nofunc", 6 "newcap": true, 7 "noarg": true, 8 "sub": true, 9 "undef": true, 10 "unused": true, 11 "boss": true, 12 "eqnull": true, 13 "node": true 14 }
1 { 2 "curly": true, 3 "eqeqeq": true, 4 "immed": true, 5 "latedef": "nofunc", 6 "newcap": true, 7 "noarg": true, 8 "sub": true, 9 "undef": true, 10 "unused": true, 11 "boss": true, 12 "eqnull": true, 13 "node": true 14 }