// These are Visual Studio Code extensions that are intended to be used with this particular
// repository: https://go.microsoft.com/fwlink/?LinkId=827846
{
  "recommendations": [
    "dbaeumer.vscode-eslint", // The TypeScript linter
    "esbenp.prettier-vscode", // The TypeScript formatter
    "streetsidesoftware.code-spell-checker", // A spell-checker extension based on CSpell
  ],
}
