Skip to content

Commit 09a2737

Browse files
author
Pascal Klesse
committed
feat
1 parent c17bdf7 commit 09a2737

File tree

3 files changed

+13
-2
lines changed

3 files changed

+13
-2
lines changed

.vscode/settings.json

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
{
2+
"files.exclude": {
3+
"**/.git": true,
4+
"**/.svn": true,
5+
"**/.hg": true,
6+
"**/CVS": true,
7+
"**/.DS_Store": true,
8+
"**/Thumbs.db": true
9+
},
10+
"hide-files.files": []
11+
}

nuxt-base-template/.vscode/settings.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,7 @@
11
{
2-
"nuxt.isNuxtApp": true,
2+
"nuxt.isNuxtApp": true,
33
"editor.formatOnSave": true,
44
"eslint.alwaysShowStatus": true,
5-
"editor.defaultFormatter": "dbaeumer.vscode-eslint",
65
"eslint.options": {
76
"extensions": [
87
".html",
@@ -25,4 +24,5 @@
2524
},
2625
"eslint.format.enable": true,
2726
"css.validate": false,
27+
"editor.defaultFormatter": "dbaeumer.vscode-eslint",
2828
}

0 commit comments

Comments
 (0)