backoffice/node_modules/jquery-ui/.jshintrc

17 lines
226 B
Plaintext
Raw Normal View History

2020-02-06 10:09:39 +00:00
{
"boss": true,
"curly": true,
"eqeqeq": true,
"eqnull": true,
"expr": true,
"immed": true,
"noarg": true,
"quotmark": "double",
"smarttabs": true,
"trailing": true,
"undef": true,
"unused": true,
"node": true
}