jquery-ui/build/.jshintrc

14 lines
189 B
Plaintext
Raw Normal View History

{
"curly": true,
"eqnull": true,
"eqeqeq": true,
"expr": true,
"noarg": true,
"node": true,
"onevar": true,
"smarttabs": true,
"strict": false,
"trailing": true,
"undef": true
}