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

23 lines
393 B
Plaintext
Raw Normal View History

2015-09-01 12:18:25 -07:00
{
"browser": true,
"curly": true,
"eqnull": true,
"expr": true,
"maxerr": 100,
"freeze": true,
"newcap": true,
"node": true,
"quotmark": "single",
"strict": true,
"sub": true,
"trailing": true,
"undef": true,
"unused": true,
"camelcase": true,
"indent": 4,
"validthis": true,
"globals": {
"define": false
}
}