{
  "javascript.format.semicolons": "remove",
  "javascript.preferences.quoteStyle": "single",
  "prettier.semi": false,
  "prettier.singleQuote": true,
  "typescript.format.semicolons": "remove",
  "typescript.preferences.quoteStyle": "single"
}
