https://github.com/searchkit/searchkit
Raw File
Tip revision: 80328beeeaccd8aeb999a261af500d7095b93cb2 authored by Joseph McElroy on 15 February 2023, 21:43:08 UTC
Better error handling for Elasticsearch exceptions (#1222)
Tip revision: 80328be
.prettierrc
{
  "arrowParens": "always",
  "bracketSpacing": true,
  "parser": "typescript",
  "printWidth": 100,
  "quoteProps": "consistent",
  "semi": false,
  "singleQuote": true,
  "tabWidth": 2,
  "trailingComma": "none",
  "useTabs": false
}
back to top