feat(frontend): Install nuxt-ui, eslint, prettier, reformat whole code
This commit is contained in:
13
legalconsenthub/eslint.config.mjs
Normal file
13
legalconsenthub/eslint.config.mjs
Normal 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
|
||||
// }
|
||||
// },
|
||||
// {
|
||||
// ...
|
||||
// }
|
||||
Reference in New Issue
Block a user