mirror of
https://github.com/jellyfin/jellyfin-web
synced 2025-03-30 19:56:21 +00:00
24 lines
387 B
Text
24 lines
387 B
Text
![]() |
{
|
||
|
"browser": true,
|
||
|
"node":true,
|
||
|
"expr": true,
|
||
|
"laxcomma": true,
|
||
|
"-W079": true,
|
||
|
"-W014": true,
|
||
|
"curly": false,
|
||
|
"eqeqeq": true,
|
||
|
"immed": true,
|
||
|
"latedef": true,
|
||
|
"newcap": true,
|
||
|
"noarg": true,
|
||
|
"quotmark": "single",
|
||
|
"regexp": true,
|
||
|
"undef": true,
|
||
|
"unused": false,
|
||
|
"strict": true,
|
||
|
"trailing": false,
|
||
|
"smarttabs": true,
|
||
|
"latedef": false,
|
||
|
"indent": 2
|
||
|
}
|