Skip to content

Commit

Permalink
Remove some pedantic tsc linting
Browse files Browse the repository at this point in the history
  • Loading branch information
noahm committed Mar 29, 2024
1 parent 4713c12 commit 5d834d3
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,9 +17,6 @@

/* Linting */
"strict": true,
"noUnusedLocals": true,
"noUnusedParameters": true,
"noFallthroughCasesInSwitch": true
},
"include": ["ui/", "sdk/"],
"references": [{ "path": "./tsconfig.node.json" }]
Expand Down

0 comments on commit 5d834d3

Please sign in to comment.