mirror of
https://gerrit.wikimedia.org/r/mediawiki/skins/Vector.git
synced 2024-11-11 16:59:09 +00:00
f01df6f803
The following rules are failing and were disabled: * compat/compat Additional changes: * eslint: Renamed `wikimedia/client` profile to `client-es5` (T277085). Change-Id: I12c1a88cef8e2c95bed496628d2fe74d031f8278
20 lines
397 B
JSON
20 lines
397 B
JSON
{
|
|
"exclude": [ "docs", "vendor" ],
|
|
"compilerOptions": {
|
|
"resolveJsonModule": true,
|
|
"esModuleInterop": true,
|
|
"strict": true,
|
|
"noUnusedLocals": true,
|
|
"noUnusedParameters": true,
|
|
"noImplicitReturns": true,
|
|
"newLine": "lf",
|
|
"forceConsistentCasingInFileNames": true,
|
|
"pretty": true,
|
|
"target": "es5",
|
|
"lib": [ "dom" ],
|
|
"allowJs": true,
|
|
"checkJs": true,
|
|
"noEmit": true
|
|
}
|
|
}
|