eslint switch/case exhaustiveness check rule (#739)

This commit is contained in:
Jordi Bunster
2021-05-04 09:12:54 -07:00
committed by GitHub
parent 038f3ee684
commit b7579d5c8b
6 changed files with 73 additions and 30532 deletions

View File

@@ -1,6 +1,7 @@
{
"extends": "./tsconfig.json",
"include": ["./test/**/*"],
"compilerOptions": {
"module": "commonjs"
}
}
}