Skip to content

Commit c46fb29

Browse files
committed
lint
1 parent 5095bcc commit c46fb29

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

astro.config.mjs

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
import vue from '@astrojs/vue';
2-
import tailwind from '@astrojs/tailwind';
1+
import vue from '@astrojs/vue'
2+
import tailwind from '@astrojs/tailwind'
33

44
export default {
55
root: '.', // Where to resolve all URLs relative to. Useful if you have a monorepo project.
@@ -15,12 +15,12 @@ export default {
1515
port: 3000, // The port to run the dev server on.
1616
},
1717
integrations: [
18-
tailwind({
18+
tailwind({
1919
// Example: Provide a custom path to a Tailwind config file
2020
config: {
2121
path: './tailwind.config.cjs',
22-
applyBaseStyles: false
23-
},
22+
applyBaseStyles: false,
23+
},
2424
}),
2525
vue(),
2626
],

0 commit comments

Comments
 (0)