Skip to content

Commit 7d38555

Browse files
committed
Update workspace settings
1 parent 6a32252 commit 7d38555

File tree

2 files changed

+9
-2
lines changed

2 files changed

+9
-2
lines changed

.eslintrc.js

+1-2
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,6 @@ module.exports = {
4242
},
4343
parserOptions: {
4444
extraFileExtensions: ['.json'],
45-
sourceType: 'module',
46-
project: './tsconfig.json',
45+
project: '../tsconfig.json',
4746
},
4847
}

.vscode/settings.json

+8
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
{
2+
"editor.codeActionsOnSave": {
3+
"source.fixAll.eslint": "explicit"
4+
},
5+
"eslint.format.enable": true,
6+
"eslint.workingDirectories": [{ "pattern": "./*" }]
7+
}
8+

0 commit comments

Comments
 (0)