feat(frontend): Install nuxt-ui, eslint, prettier, reformat whole code

This commit is contained in:
2025-02-21 10:51:29 +01:00
parent e7557ce2e2
commit d6effcd1d5
16 changed files with 8131 additions and 2113 deletions

View File

@@ -0,0 +1,13 @@
import withNuxt from "./.nuxt/eslint.config.mjs";
export default withNuxt();
// your custom flat configs go here, for example:
// {
// files: ['**/*.ts', '**/*.tsx'],
// rules: {
// 'no-console': 'off' // allow console.log in TypeScript files
// }
// },
// {
// ...
// }