linted
Version:
ESLint mono-plugin bundler with strict, opinionated defaults for JavaScript, TypeScript, Svelte, HTML, CSS, JSON, JSONC, and YAML.
36 lines (35 loc) • 998 B
JSON
{
"display": "@version509.8.0",
"$help": "https://aka.ms/tsconfig/#quick-nav-Top%20Level",
"$schema": "https://www.schemastore.org/tsconfig.json",
"compilerOptions": {
"allowUnreachableCode": false,
"allowUnusedLabels": false,
"exactOptionalPropertyTypes": true,
"noFallthroughCasesInSwitch": true,
"noImplicitOverride": true,
"noImplicitReturns": true,
"noPropertyAccessFromIndexSignature": true,
"noUncheckedIndexedAccess": true,
"noUnusedLocals": true,
"noUnusedParameters": true,
"strict": true,
"allowArbitraryExtensions": true,
"module": "esnext",
"moduleResolution": "bundler",
"rewriteRelativeImportExtensions": true,
"types": [],
"declaration": true,
"declarationMap": true,
"noEmitOnError": true,
"removeComments": true,
"sourceMap": true,
// "verbatimModuleSyntax": true,
"lib": [
"esnext",
/* @configure */
],
"target": "esnext",
// "skipLibCheck": true,
},
}