Skip to content

Commit

Permalink
fix: added vscode settings, env.staging
Browse files Browse the repository at this point in the history
  • Loading branch information
tiamo committed Apr 26, 2022
1 parent 315b07f commit 65a84e6
Show file tree
Hide file tree
Showing 3 changed files with 25 additions and 0 deletions.
1 change: 1 addition & 0 deletions .env.staging
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
NODE_ENV=production
6 changes: 6 additions & 0 deletions .vscode/extensions.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
{
"recommendations": [
"johnsoncodehk.volar",
"dbaeumer.vscode-eslint"
]
}
18 changes: 18 additions & 0 deletions .vscode/settings.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
{
"cSpell.words": [
"Jpool",
"staking",
"quasar",
"vitest",
"vueuse",
"pinia"
],
"prettier.enable": false,
"editor.codeActionsOnSave": {
"source.fixAll.eslint": true
},
"files.associations": {
"*.css": "postcss"
},
"editor.formatOnSave": false
}

0 comments on commit 65a84e6

Please sign in to comment.