mirror of
https://github.com/jellyfin/jellyfin-web.git
synced 2024-11-18 11:28:23 -07:00
13 lines
170 B
Plaintext
13 lines
170 B
Plaintext
{
|
|
"node": true,
|
|
"esnext": true,
|
|
"bitwise": true,
|
|
"curly": true,
|
|
"immed": true,
|
|
"newcap": true,
|
|
"noarg": true,
|
|
"undef": true,
|
|
"unused": "vars",
|
|
"strict": true
|
|
}
|