mirror of
https://github.com/webinstall/webi-installers.git
synced 2026-02-14 09:39:51 +00:00
27 lines
425 B
Plaintext
27 lines
425 B
Plaintext
{
|
|
"globals": {
|
|
"AbortController": false
|
|
},
|
|
"browser": true,
|
|
"node": true,
|
|
"esversion": 11,
|
|
"curly": true,
|
|
"sub": true,
|
|
|
|
"bitwise": true,
|
|
"eqeqeq": true,
|
|
"forin": true,
|
|
"freeze": true,
|
|
"immed": true,
|
|
"latedef": "nofunc",
|
|
"nonbsp": true,
|
|
"nonew": true,
|
|
"plusplus": true,
|
|
"undef": true,
|
|
"unused": "vars",
|
|
"strict": true,
|
|
"maxdepth": 4,
|
|
"maxstatements": 100,
|
|
"maxcomplexity": 20
|
|
}
|