From 851136f6061136bdc8f5d8d09ae5e228b7470322 Mon Sep 17 00:00:00 2001 From: Turbobot Date: Mon, 5 Jan 2026 13:41:53 +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 0000000..44a73ec --- /dev/null +++ b/.vscode/settings.json @@ -0,0 +1,7 @@ +{ + "eslint.workingDirectories": [ + { + "mode": "auto" + } + ] +}