{
  // See http://go.microsoft.com/fwlink/?LinkId=827846
  // for the documentation about the extensions.json format
  "recommendations": [
    // Lint-on-save with ESLint
    // https://github.com/microsoft/vscode-eslint
    "dbaeumer.vscode-eslint",

    // Lint-on-save markdown in README files
    // https://github.com/DavidAnson/vscode-markdownlint
    "DavidAnson.vscode-markdownlint",

    // Format-on-save with Prettier
    // https://github.com/prettier/prettier-vscode
    "esbenp.prettier-vscode",

    // Test `.unit.js` files on save with Jest
    // https://github.com/jest-community/vscode-jest
    "Orta.vscode-jest"
  ]
}
