[ci] yarn format

This commit is contained in:
FredKSchott
2021-07-20 04:07:49 +00:00
committed by GitHub Actions
parent 07e533402e
commit 50f82e1a53
46 changed files with 666 additions and 632 deletions

View File

@ -11,7 +11,5 @@ export default {
// port: 3000, // The port to run the dev server on.
// tailwindConfig: '', // Path to tailwind.config.js if used, e.g. './tailwind.config.js'
},
renderers: [
'@astrojs/renderer-vue'
]
renderers: ['@astrojs/renderer-vue'],
};