Skip to content

Commit 28acc62

Browse files
committed
dont lint .astro files yet
1 parent 62da178 commit 28acc62

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/eslint.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ async function main() {
4040
cwd: ROOT
4141
});
4242

43-
const glob = new Bun.Glob('**/*.{ts,js,astro}');
43+
const glob = new Bun.Glob('**/*.{ts,js}');
4444
const formatter = await linter.loadFormatter('codeframe');
4545

4646
log.startGroup(`linting directory [${resolve(ROOT)}]`);

0 commit comments

Comments
 (0)