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 },