mirror of
https://github.com/Prowlarr/Prowlarr
synced 2026-05-05 03:00:21 +02:00
20 lines
407 B
Text
20 lines
407 B
Text
{
|
|
"-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
|
|
}
|
|
}
|