jellyfin-web/dashboard-ui/bower_components/multi-download/.jshintrc

13 lines
170 B
Plaintext
Raw Normal View History

2016-04-17 22:58:08 -07:00
{
"node": true,
"esnext": true,
"bitwise": true,
"curly": true,
"immed": true,
"newcap": true,
"noarg": true,
"undef": true,
"unused": "vars",
"strict": true
}