Skip to content

Commit 51c87d4

Browse files
author
alexandrepernin
committed
feat: apply youngerjo pr for httpApi support
1 parent 966d68d commit 51c87d4

File tree

3 files changed

+1617
-1600
lines changed

3 files changed

+1617
-1600
lines changed

Diff for: .vscode/settings.json

+3-9
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,8 @@
11
{
22
"typescript.tsdk": "./node_modules/typescript/lib",
33
"editor.formatOnSave": true,
4-
"eslint.autoFixOnSave": true,
54
"prettier.eslintIntegration": true,
6-
"eslint.enable": true,
7-
"eslint.validate": [
8-
"javascript",
9-
{
10-
"language": "typescript",
11-
"autoFix": true
12-
}
13-
]
5+
"editor.codeActionsOnSave": {
6+
"source.fixAll.eslint": true
7+
}
148
}

0 commit comments

Comments
 (0)