diff options
author | 2021-03-16 12:37:45 -0600 | |
---|---|---|
committer | 2021-03-16 12:37:45 -0600 | |
commit | 8c45c4a8567e31a10ae954fa11a0f3f1f94fd89c (patch) | |
tree | e526f67e93ed5a7fcf9237c2d30ec536a4a96d7b /src/compiler.d.ts | |
parent | 1f5c7c791fe3595f4c775192ffc6b6a15efb71a1 (diff) | |
download | astro-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.ts | 2 |
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'; |