jquery/.jshintrc

15 lines
196 B
Plaintext
Raw Normal View History

{
"curly": true,
"eqeqeq": true,
"latedef": true,
"noarg": true,
"noempty": true,
"quotmark": "double",
"undef": true,
"unused": true,
"strict": true,
"trailing": true,
"node": true
}