summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGravatar bholmesdev <bholmesdev@users.noreply.github.com> 2023-02-09 14:50:17 +0000
committerGravatar fredkbot <fred+astrobot@astro.build> 2023-02-09 14:50:17 +0000
commit0c3485ab0703e38205df232eda75a163a2c2a47a (patch)
tree07590845f71f4f66c441031eae07c18d279557a3
parent5616167358cce4754f2f1d5163f7e710ccb553f0 (diff)
downloadastro-0c3485ab0703e38205df232eda75a163a2c2a47a.tar.gz
astro-0c3485ab0703e38205df232eda75a163a2c2a47a.tar.zst
astro-0c3485ab0703e38205df232eda75a163a2c2a47a.zip
[ci] format
-rw-r--r--examples/blog/tsconfig.json2
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/blog/tsconfig.json b/examples/blog/tsconfig.json
index b86574fa8..e51e06270 100644
--- a/examples/blog/tsconfig.json
+++ b/examples/blog/tsconfig.json
@@ -1,6 +1,6 @@
{
"extends": "astro/tsconfigs/base",
"compilerOptions": {
- "strictNullChecks": true,
+ "strictNullChecks": true
}
}