You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
grunt-contrib-jasmine/.jshintrc

14 lines
197 B

12 years ago
{
"boss": true,
"curly": true,
12 years ago
"eqeqeq": true,
"eqnull": true,
12 years ago
"immed": true,
"latedef": false,
12 years ago
"newcap": true,
"noarg": true,
"node": true,
12 years ago
"undef": true,
"unused": "vars"
12 years ago
}