{ // Enable ESLint "eslint.enable": true, // Run ESLint for TypeScript/React files "eslint.validate": [ "javascript", "javascriptreact", "typescript", "typescriptreact" ], // Run lint *and fix* on save "editor.codeActionsOnSave": { "source.fixAll": "always", "source.fixAll.eslint": "always" }, "editor.tabSize": 4 }