run prettier on ui

This commit is contained in:
2025-07-25 22:39:10 +01:00
parent 8c12ca0024
commit df81605ecc
8 changed files with 236 additions and 129 deletions

View File

@ -1,6 +1,9 @@
// @ts-check
import withNuxt from './.nuxt/eslint.config.mjs'
import withNuxt from "./.nuxt/eslint.config.mjs";
export default withNuxt(
// Your custom configs here
)
export default withNuxt({
rules: {
"prefer-const": "warn",
"no-unexpected-multiline": 0,
},
});