xeno-canto.js/.jshintrc

15 lines
213 B
Plaintext
Raw Normal View History

2013-11-12 01:34:04 +01:00
{
"curly": true,
"eqeqeq": true,
"immed": true,
"latedef": "nofunc",
"newcap": true,
"noarg": true,
"sub": true,
"undef": true,
"unused": true,
"boss": true,
"eqnull": true,
"node": true
}