Skip to content

Commit dcfdd35

Browse files
committed
fix: googleSheet integration name composing issue fixed
1 parent 6e770a0 commit dcfdd35

File tree

4 files changed

+2064
-2065
lines changed

4 files changed

+2064
-2065
lines changed

.vscode/settings.json

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@
3636
"**/vendor": true,
3737
"**/tests/__libs": true
3838
},
39-
"typescript.tsdk": "frontend-dev\\node_modules\\typescript\\lib",
39+
// "typescript.tsdk": "frontend-dev\\node_modules\\typescript\\lib",
4040
"css.lint.validProperties": ["composes"],
4141
"cSpell.words": [
4242
"ABSPATH",
@@ -73,9 +73,10 @@
7373
"editor.defaultFormatter": "junstyle.php-cs-fixer"
7474
},
7575
"[javascript]": {
76-
"editor.defaultFormatter": "vscode.typescript-language-features"
76+
"editor.defaultFormatter": "esbenp.prettier-vscode"
7777
},
7878
"[javascriptreact]": {
7979
"editor.defaultFormatter": "esbenp.prettier-vscode"
80-
}
80+
},
81+
"typescript.validate.enable": false
8182
}

frontend-dev/jsconfig.json

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
{
2+
"compilerOptions": {
3+
"checkJs": false
4+
}
5+
}

0 commit comments

Comments
 (0)