Skip to content

Commit

Permalink
Fix inconsistent whitespace
Browse files Browse the repository at this point in the history
  • Loading branch information
voxpelli committed Nov 12, 2022
1 parent 7adf6f8 commit 42ef717
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions base.json
Expand Up @@ -4,7 +4,7 @@

"compilerOptions": {
"module": "node16",
"moduleResolution": "node16",
"moduleResolution": "node16",

"strict": true,

Expand All @@ -24,7 +24,7 @@

/* New checks being tried out */
"exactOptionalPropertyTypes": true,
"noFallthroughCasesInSwitch": true,
"noFallthroughCasesInSwitch": true,
"noImplicitOverride": true,
"noPropertyAccessFromIndexSignature": true,
"noUncheckedIndexedAccess": true,
Expand Down

0 comments on commit 42ef717

Please sign in to comment.