changes to prettierrc

This commit is contained in:
2025-10-13 19:51:58 +02:00
parent b8563fdeb6
commit 05f4950ca0
14 changed files with 28 additions and 99 deletions

View File

@@ -1,13 +1,5 @@
export default defineAppConfig({
ui: {
colors: {
primary: 'pink',
secondary: 'blue',
success: 'green',
info: 'cyan',
warning: 'yellow',
error: 'red',
neutral: 'zinc',
},
colors: { primary: 'pink', secondary: 'blue', success: 'green', info: 'cyan', warning: 'yellow', error: 'red', neutral: 'zinc' },
},
});