From 1d7c446751a2e9181b380f3113ec79b8dd7e99cd Mon Sep 17 00:00:00 2001 From: Nicolas Stepien Date: Thu, 3 Sep 2026 18:50:14 +0100 Subject: [PATCH] Remove tsgolint path settings --- .vscode/settings.json | 4 ---- 1 file changed, 4 deletions(-) diff --git a/.vscode/settings.json b/.vscode/settings.json index ef152ac97d..6b25533823 100644 --- a/.vscode/settings.json +++ b/.vscode/settings.json @@ -10,10 +10,6 @@ // ESLint is only used for markdown; JS/TS is linted by the oxc extension "eslint.validate": ["markdown"], "eslint.problems.shortenToSingleLine": true, - "oxc.path.tsgolint": "node_modules/.bin/tsgolint.cmd", - "terminal.integrated.env.windows": { - "OXLINT_TSGOLINT_PATH": "node_modules/.bin/tsgolint.cmd" - }, "files.readonlyInclude": { "**/routeTree.gen.ts": true },