stop using multiple folders in a workspace

because that breaks eslint import
This commit is contained in:
2020-08-14 19:05:03 +03:00
parent 6ca22ecae4
commit b2d75649f3
3 changed files with 1 additions and 7 deletions

View File

@@ -1,7 +1,7 @@
module.exports = {
root: true,
parser: "@typescript-eslint/parser",
plugins: ["@typescript-eslint", "prettier"],
plugins: ["@typescript-eslint", "prettier", "import"],
extends: [
"eslint:recommended",
"plugin:@typescript-eslint/recommended",

View File

@@ -1,5 +1,2 @@
{
"files.exclude": {
"frontend": true
}
}

View File

@@ -2,9 +2,6 @@
"folders": [
{
"path": "."
},
{
"path": "frontend"
}
],
"settings": {