chore: lint

This commit is contained in:
Benjamin Canac
2024-03-05 18:49:05 +01:00
parent f5e60a00ba
commit 3c716219cf
8 changed files with 732 additions and 25 deletions

View File

@@ -5,7 +5,7 @@ export default defineNuxtConfig({
postcss: {
plugins: {
tailwindcss: {},
autoprefixer: {},
},
},
autoprefixer: {}
}
}
})