From 992320f3254d51b5c719d1ec7fd6fbb75d502028 Mon Sep 17 00:00:00 2001 From: Turbobot Date: Tue, 24 Oct 2023 18:52:50 -0700 Subject: [PATCH] feat(create-turbo): apply pnpm-eslint transform --- .vscode/settings.json | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 .vscode/settings.json diff --git a/.vscode/settings.json b/.vscode/settings.json new file mode 100644 index 00000000..44a73ec3 --- /dev/null +++ b/.vscode/settings.json @@ -0,0 +1,7 @@ +{ + "eslint.workingDirectories": [ + { + "mode": "auto" + } + ] +}