mirror of
https://github.com/Readarr/Readarr
synced 2026-04-25 06:10:57 +02:00
19 lines
386 B
Text
19 lines
386 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
|
|
}
|
|
}
|