mirror of
https://github.com/Radarr/Radarr.git
synced 2026-04-18 21:35:51 -04:00
21 lines
407 B
Plaintext
21 lines
407 B
Plaintext
{
|
|
"-W030": false,
|
|
"-W064": false,
|
|
"-W097": false,
|
|
"-W100": false,
|
|
"undef": true,
|
|
"curly": true,
|
|
"immed": true,
|
|
"eqeqeq": true,
|
|
"latedef": true,
|
|
"globals": {
|
|
"module": true,
|
|
"require": true,
|
|
"define": true,
|
|
"window": true,
|
|
"document": true,
|
|
"console": true,
|
|
"_": true
|
|
}
|
|
}
|