{
  "editor.defaultFormatter": "esbenp.prettier-vscode",
  "editor.codeActionsOnSave": {
    "source.fixAll.eslint": true
  },
  "todo-tree.filtering.includedWorkspaces": ["src"],
  "[html]": {
    "editor.defaultFormatter": "vscode.html-language-features"
  },
  "[json]": {
    "editor.defaultFormatter": "vscode.json-language-features"
  },
  "cSpell.ignoreRegExpList": ["[０-９Ａ-Ｚａ-ｚぁ-んァ-ヶ亜-熙纊-黑]+"],
  "cSpell.enabledLanguageIds": [
    "typescript",
    "typescriptreact"
  ],
  "cSpell.words": [
    "gsap",
    "luxy",
    "picturefill",
    "Stickyfill",
    "stickyfilljs",
  ],
  "files.eol": "\n"
}
