jellyfin-web/dashboard-ui/bower_components/query-string/.jshintrc

13 lines
170 B
Plaintext
Raw Normal View History

2016-03-14 13:27:35 -07:00
{
"node": true,
"esnext": true,
"bitwise": true,
"curly": true,
"immed": true,
"newcap": true,
"noarg": true,
"undef": true,
"unused": "vars",
"strict": true
}