jellyfin-web/dashboard-ui/bower_components/jquery/.jshintrc

15 lines
187 B
Plaintext
Raw Normal View History

2016-01-14 10:04:42 -07:00
{
"boss": true,
"curly": true,
"eqeqeq": true,
"eqnull": true,
"expr": true,
"immed": true,
"noarg": true,
"quotmark": "double",
"undef": true,
"unused": true,
"node": true
}