LibreNMS/lib/typeahead/.jshintrc

17 lines
229 B
Plaintext

{
"curly": true,
"newcap": true,
"noarg": true,
"quotmark": "single",
"regexp": true,
"trailing": true,
"boss": true,
"eqnull": true,
"expr": true,
"validthis": true,
"browser": true,
"jquery": true
}