Skip to content

Commit

Permalink
Add prettier with usefull configuration
Browse files Browse the repository at this point in the history
  • Loading branch information
thomashbrnrd committed Jun 10, 2024
1 parent 8d40568 commit 26e0402
Show file tree
Hide file tree
Showing 4 changed files with 287 additions and 1,990 deletions.
1 change: 1 addition & 0 deletions frontend/.eslintrc.cjs
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ module.exports = {
'@vue/eslint-config-typescript',
'plugin:vue/vue3-recommended',
'./.eslintrc-auto-import.json',
"prettier"
],
plugins: [
'vue',
Expand Down
2 changes: 2 additions & 0 deletions frontend/.prettierignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
dist
dev-dist
Loading

0 comments on commit 26e0402

Please sign in to comment.