mirror of
https://github.com/jellyfin/jellyfin-web.git
synced 2024-11-18 19:38:20 -07:00
23 lines
393 B
Plaintext
23 lines
393 B
Plaintext
|
{
|
||
|
"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
|
||
|
}
|
||
|
}
|