Skip to content

Commit

Permalink
Merge pull request Kenny-NISLab#120 from nacal/feature/Kenny-NISLab#119
Browse files Browse the repository at this point in the history
add vscode/settings.json
  • Loading branch information
nacal authored Mar 2, 2022
2 parents 9a92489 + ab0152b commit cb5af48
Show file tree
Hide file tree
Showing 2 changed files with 15,234 additions and 0 deletions.
19 changes: 19 additions & 0 deletions .vscode/settings.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
{
"[javascript]": {
"editor.defaultFormatter": "esbenp.prettier-vscode"
},
"[vue]": {
"editor.defaultFormatter": "esbenp.prettier-vscode",
},
"editor.formatOnSave": true,
"editor.codeActionsOnSave": {
"source.fixAll.eslint": true
},
"css.validate": false,
"scss.validate": false,
"stylelint.validate": [
"css",
"scss",
"vue"
],
}
Loading

0 comments on commit cb5af48

Please sign in to comment.