jellyfin-web/dashboard-ui/bower_components/query-string/.jshintrc
2016-03-14 16:27:35 -04:00

13 lines
170 B
Plaintext

{
"node": true,
"esnext": true,
"bitwise": true,
"curly": true,
"immed": true,
"newcap": true,
"noarg": true,
"undef": true,
"unused": "vars",
"strict": true
}