summaryrefslogtreecommitdiff
path: root/packages/astro-parser/src/interfaces.ts
diff options
context:
space:
mode:
authorGravatar natemoo-re <natemoo-re@users.noreply.github.com> 2021-07-07 20:10:09 +0000
committerGravatar GitHub Actions <actions@github.com> 2021-07-07 20:10:09 +0000
commit1bbe98ae54eb6018184fdc3875fe689775510ad6 (patch)
treeeb8500d84704793c0d5b711f2e8f1b3822a83532 /packages/astro-parser/src/interfaces.ts
parent53fcae1a9a26e3e2e9d6aca7ec71acc13a3556ea (diff)
downloadastro-1bbe98ae54eb6018184fdc3875fe689775510ad6.tar.gz
astro-1bbe98ae54eb6018184fdc3875fe689775510ad6.tar.zst
astro-1bbe98ae54eb6018184fdc3875fe689775510ad6.zip
[ci] yarn format
Diffstat (limited to 'packages/astro-parser/src/interfaces.ts')
-rw-r--r--packages/astro-parser/src/interfaces.ts2
1 files changed, 1 insertions, 1 deletions
diff --git a/packages/astro-parser/src/interfaces.ts b/packages/astro-parser/src/interfaces.ts
index f1cf2af25..1e996027c 100644
--- a/packages/astro-parser/src/interfaces.ts
+++ b/packages/astro-parser/src/interfaces.ts
@@ -108,7 +108,7 @@ export interface Ast {
// instance: Script;
meta: {
features: number;
- }
+ };
}
export interface Warning {