{ "eslint.nodePath": "./tgui/.yarn/sdks", "eslint.workingDirectories": [ "./tgui" ], "typescript.tsdk": "./tgui/.yarn/sdks/typescript/lib", "typescript.enablePromptUseWorkspaceTsdk": true, "search.exclude": { "**/.yarn": true, "**/.pnp.*": true }, "editor.codeActionsOnSave": { "source.fixAll.eslint": true }, "workbench.editorAssociations": [ { "filenamePattern": "*.dmi", "viewType": "imagePreview.previewEditor" } ], "files.eol": "\n", "gitlens.advanced.blame.customArguments": ["-w"], "tgstationTestExplorer.project.resultsType": "json", "[javascript]": { "editor.rulers": [80] }, "[typescript]": { "editor.rulers": [80] }, "[scss]": { "editor.rulers": [80] } }