jquery-ui/.jshintrc

13 lines
174 B
Plaintext
Raw Normal View History

2012-04-20 13:38:04 +00:00
{
"curly": true,
"eqnull": true,
"eqeqeq": true,
"expr": true,
"latedef": true,
"noarg": true,
"onevar": true,
"smarttabs": true,
"trailing": true,
"undef": true
}