Skip to content

Commit

Permalink
refactor(a11y): activate noFallthroughCasesInSwitch TS compiler option
Browse files Browse the repository at this point in the history
  • Loading branch information
gaetanmaisse committed Dec 18, 2019
1 parent 9f80ed4 commit 47bc0a7
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions addons/a11y/tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,11 @@
"rootDir": "./src",
"types": ["webpack-env"],
"forceConsistentCasingInFileNames": true,
"noImplicitReturns": true,
"strict": true,
"noUnusedLocals": true,
"noUnusedParameters": true,
"strict": true
"noImplicitReturns": true,
"noFallthroughCasesInSwitch": true
},
"include": [
"src/**/*"
Expand Down

0 comments on commit 47bc0a7

Please sign in to comment.