From 6e1832f05f6e36cc9c09181d1aa5a4a06ff535f8 Mon Sep 17 00:00:00 2001 From: Turbobot Date: Sat, 8 Feb 2025 13:42:54 -0800 Subject: [PATCH] feat(create-turbo): apply pnpm-eslint transform --- nazara/.vscode/settings.json | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 nazara/.vscode/settings.json diff --git a/nazara/.vscode/settings.json b/nazara/.vscode/settings.json new file mode 100644 index 0000000..44a73ec --- /dev/null +++ b/nazara/.vscode/settings.json @@ -0,0 +1,7 @@ +{ + "eslint.workingDirectories": [ + { + "mode": "auto" + } + ] +}