summaryrefslogtreecommitdiff
path: root/src/compiler.d.ts
diff options
context:
space:
mode:
authorGravatar Drew Powers <1369770+drwpow@users.noreply.github.com> 2021-03-16 12:37:45 -0600
committerGravatar GitHub <noreply@github.com> 2021-03-16 12:37:45 -0600
commit8c45c4a8567e31a10ae954fa11a0f3f1f94fd89c (patch)
treee526f67e93ed5a7fcf9237c2d30ec536a4a96d7b /src/compiler.d.ts
parent1f5c7c791fe3595f4c775192ffc6b6a15efb71a1 (diff)
downloadastro-8c45c4a8567e31a10ae954fa11a0f3f1f94fd89c.tar.gz
astro-8c45c4a8567e31a10ae954fa11a0f3f1f94fd89c.tar.zst
astro-8c45c4a8567e31a10ae954fa11a0f3f1f94fd89c.zip
Annoying Lint PR™ (#3)
* Add Prettier + ESLint * Format files
Diffstat (limited to 'src/compiler.d.ts')
-rw-r--r--src/compiler.d.ts2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/compiler.d.ts b/src/compiler.d.ts
index 0b37f1f8c..ee22628f9 100644
--- a/src/compiler.d.ts
+++ b/src/compiler.d.ts
@@ -1 +1 @@
-export { compile, parse, preprocess, walk, VERSION } from './@types/compiler/index'; \ No newline at end of file
+export { compile, parse, preprocess, walk, VERSION } from './@types/compiler/index';