{
  "eslint.nodePath": "../node_modules",
  "eslint.validate": [
    "typescript",
  ],
  "eslint.format.enable": true,
  "editor.codeActionsOnSave": {
    "source.fixAll.eslint": true
  },
  "cSpell.words": [
    "Hdrs",
    "LFSD",
    "gitattributes",
    "xdelta"
  ],
  "jest.autoEnable": false,
}
