Skip to content

Commit

Permalink
feat(c.vue) Move all to SFCs
Browse files Browse the repository at this point in the history
  • Loading branch information
lakardion committed Nov 20, 2024
1 parent 4bd5523 commit c88c558
Show file tree
Hide file tree
Showing 16 changed files with 3,654 additions and 674 deletions.
3 changes: 2 additions & 1 deletion {{cookiecutter.project_slug}}/clients/web/vue3/.eslintrc.cjs
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,7 @@ module.exports = {
'vue/no-v-model-argument': process.env.NODE_ENV ? 'warn' : 'off',
'vue/multi-word-component-names': process.env.NODE_ENV ? 'warn' : 'off',
'@typescript-eslint/no-unused-vars': 'warn',
'prettier/prettier': 'off'
'prettier/prettier': 'off',
'@typescript-eslint/no-explicit-any': 'warn',
},
}
Loading

0 comments on commit c88c558

Please sign in to comment.