We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6a32252 commit 7d38555Copy full SHA for 7d38555
.eslintrc.js
@@ -42,7 +42,6 @@ module.exports = {
42
},
43
parserOptions: {
44
extraFileExtensions: ['.json'],
45
- sourceType: 'module',
46
- project: './tsconfig.json',
+ project: '../tsconfig.json',
47
48
}
.vscode/settings.json
@@ -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