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

@@ -21,6 +21,6 @@
"noEmit": true,
"types": ["jest"]
},
"include": ["./src/**/*", "./test/testExplorer/TestExplorer.ts"],
"include": ["./src/**/*", "./utils/**/*"],
"exclude": ["./src/**/__mocks__/**/*"]
}