xeno-canto.js/.jshintrc
Patrick De Marta c31df7fe05 init repo
2013-11-12 01:34:04 +01:00

15 lines
213 B
Plaintext

{
"curly": true,
"eqeqeq": true,
"immed": true,
"latedef": "nofunc",
"newcap": true,
"noarg": true,
"sub": true,
"undef": true,
"unused": true,
"boss": true,
"eqnull": true,
"node": true
}