Skip to content

Commit bf5e6e6

Browse files
committed
chore: Update eslint working directories in VSCode settings
1 parent d99b6ba commit bf5e6e6

File tree

1 file changed

+9
-1
lines changed

1 file changed

+9
-1
lines changed

Diff for: .vscode/settings.json

+9-1
Original file line numberDiff line numberDiff line change
@@ -5,5 +5,13 @@
55
"editor.formatOnSave": true, // optional
66
"editor.formatOnSaveMode": "file", // required to format on save
77
"files.autoSave": "afterDelay", // optional but recommended,
8-
"eslint.workingDirectories": [{ "pattern": "./apps/*/" }, { "pattern": "./packages/*/" }]
8+
"eslint.workingDirectories": [
9+
{
10+
"pattern": "./apps/*/"
11+
},
12+
{
13+
"pattern": "./packages/*/"
14+
}
15+
],
16+
"CodeGPT.apiKey": "CodeGPT Plus Beta"
917
}

0 commit comments

Comments
 (0)