summaryrefslogtreecommitdiff
path: root/packages/create-astro/create-astro.mjs
diff options
context:
space:
mode:
authorGravatar Emanuele Stoppa <my.burning@gmail.com> 2024-10-08 10:12:40 +0100
committerGravatar GitHub <noreply@github.com> 2024-10-08 10:12:40 +0100
commit2a1536d0911e6d3db6666dfeb4ee697429078c1e (patch)
treecbf410a3a53c0a2e4fef4ebaa0ebdd904e179d9b /packages/create-astro/create-astro.mjs
parent91ecad2cc7f7cd514e903f06f2365142b555ed52 (diff)
downloadastro-2a1536d0911e6d3db6666dfeb4ee697429078c1e.tar.gz
astro-2a1536d0911e6d3db6666dfeb4ee697429078c1e.tar.zst
astro-2a1536d0911e6d3db6666dfeb4ee697429078c1e.zip
chore: move lint rules to Biome (#12145)
* chore: move lint rules to Astro * better suppression system * revert * format code * address more linting files * address more linting files
Diffstat (limited to 'packages/create-astro/create-astro.mjs')
-rwxr-xr-xpackages/create-astro/create-astro.mjs2
1 files changed, 1 insertions, 1 deletions
diff --git a/packages/create-astro/create-astro.mjs b/packages/create-astro/create-astro.mjs
index f9df779d8..5e25e5e94 100755
--- a/packages/create-astro/create-astro.mjs
+++ b/packages/create-astro/create-astro.mjs
@@ -1,5 +1,5 @@
#!/usr/bin/env node
-/* eslint-disable no-console */
+
'use strict';
const currentVersion = process.versions.node;