mirror of
https://github.com/coder/coder.git
synced 2026-09-22 05:05:20 +08:00
Summary: The .eslintrc.yaml is located in site, rather than the root of the repository. The VS Code plugin has a CWD of the repository root, so it looks for tsconfig.test.json in the root rather in site. See Also: - https://github.com/microsoft/vscode-eslint/issues/196 - https://github.com/typescript-eslint/typescript-eslint/issues/251