eslint-plugin-switch-statement
Version:
Rules for properly handling switch statements, including ensuring that appropriate exhaustive case handling.
16 lines (15 loc) • 406 B
JSON
{
"$schema": "https://json.schemastore.org/tsconfig.json",
"compilerOptions": {
"module": "CommonJS",
"moduleResolution": "Node",
"esModuleInterop": true,
"resolveJsonModule": true,
"allowSyntheticDefaultImports": true,
"lib": ["ESNext"],
"target": "ES6",
"strict": true,
"skipLibCheck": true
},
"include": ["**/*"]
}