Skip to content

Commit

Permalink
config
Browse files Browse the repository at this point in the history
  • Loading branch information
scambier committed Jan 8, 2022
1 parent a95db29 commit 764e0c0
Show file tree
Hide file tree
Showing 5 changed files with 1,999 additions and 2 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -25,3 +25,4 @@ dist-ssr
*.njsproj
*.sln
*.sw?
.history
6 changes: 6 additions & 0 deletions .prettierrc.js
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
module.exports = {
trailingComma: "es5",
tabWidth: 2,
semi: false,
singleQuote: true,
};
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
"name": "vue-project",
"version": "0.0.0",
"scripts": {
"start": "pnpm run dev",
"dev": "vite",
"build": "vue-tsc --noEmit && vite build",
"preview": "vite preview --port 5050",
Expand All @@ -26,4 +27,4 @@
"vite": "^2.7.7",
"vue-tsc": "^0.29.8"
}
}
}
Loading

0 comments on commit 764e0c0

Please sign in to comment.