From b2d75649f31532017ce346be5a4cd540aee32583 Mon Sep 17 00:00:00 2001 From: Stepan Usatiuk Date: Fri, 14 Aug 2020 19:05:03 +0300 Subject: [PATCH] stop using multiple folders in a workspace because that breaks eslint import --- .eslintrc.js | 2 +- .vscode/settings.json | 3 --- writer.code-workspace | 3 --- 3 files changed, 1 insertion(+), 7 deletions(-) diff --git a/.eslintrc.js b/.eslintrc.js index b286515..ca77e55 100644 --- a/.eslintrc.js +++ b/.eslintrc.js @@ -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", diff --git a/.vscode/settings.json b/.vscode/settings.json index 12cdb4e..7a73a41 100644 --- a/.vscode/settings.json +++ b/.vscode/settings.json @@ -1,5 +1,2 @@ { - "files.exclude": { - "frontend": true - } } \ No newline at end of file diff --git a/writer.code-workspace b/writer.code-workspace index 74f1565..4311fd1 100644 --- a/writer.code-workspace +++ b/writer.code-workspace @@ -2,9 +2,6 @@ "folders": [ { "path": "." - }, - { - "path": "frontend" } ], "settings": {