Skip to content

Commit e4a1b8c

Browse files
committed
chore: Fix formatting
1 parent bf6236b commit e4a1b8c

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

tsconfig.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
// Best practices
1717
"strict": true,
1818
"skipLibCheck": true,
19-
"noFallthroughCasesInSwitch": true,
19+
"noFallthroughCasesInSwitch": true
2020
},
21-
"exclude": ["node_modules", ".git", "dist"],
21+
"exclude": ["node_modules", ".git", "dist"]
2222
}

0 commit comments

Comments
 (0)