We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3ae1656 commit 88a3d78Copy full SHA for 88a3d78
.vscode/settings.json
@@ -9,9 +9,8 @@
9
"typescript.tsdk": "node_modules/typescript/lib",
10
"typescript.enablePromptUseWorkspaceTsdk": true,
11
"editor.codeActionsOnSave": {
12
- "source.addMissingImports": true,
13
- "source.fixAll.eslint": true,
14
- // Disable this because it will conflict with ESLint based import organizing.
15
- "source.organizeImports": false
+ "source.addMissingImports": "explicit",
+ "source.fixAll.eslint": "explicit",
+ "source.organizeImports": "never"
16
}
17
action.yml
@@ -22,7 +22,7 @@ runs:
22
fetch-depth: 0
23
- uses: actions/setup-node@v3
24
with:
25
- node-version: 16.x
+ node-version: 18.x
26
- name: Install Dependencies
27
shell: bash
28
run: |
0 commit comments