aboutsummaryrefslogtreecommitdiffstats
path: root/.vscode/settings.json
blob: 21bfab5db34c6428c2e25e53dc753403421e7649 (plain) (blame)
1
2
3
4
5
6
7
{
  "prettier.singleQuote": true,
  "js/ts.implicitProjectConfig.experimentalDecorators": true,
  "yaml.schemas": {
    "https://json.schemastore.org/github-issue-config.json": ".github/ISSUE_TEMPLATE/config.yml"
  }
}