Skip to content

Commit b8bf327

Browse files
committed
chore: include all projects in VS Code ESLint extension
and simplify it by using mode: auto
1 parent 32e76c2 commit b8bf327

File tree

1 file changed

+1
-9
lines changed

1 file changed

+1
-9
lines changed

.vscode/settings.json

Lines changed: 1 addition & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -2,15 +2,7 @@
22
"eslint.format.enable": false,
33
"editor.formatOnSave": false,
44
"eslint.workingDirectories": [
5-
"./app-vite",
6-
"./app-webpack",
7-
"./cli",
8-
"./create-quasar",
9-
"./docs",
10-
"./ui",
11-
"./utils/render-ssr-error",
12-
"./utils/ssl-certificate",
13-
"./vite-plugin"
5+
{ "mode": "auto" }
146
],
157
"editor.tabSize": 2,
168
"editor.codeActionsOnSave": {

0 commit comments

Comments
 (0)