https://github.com/searchkit/searchkit
Raw File
Tip revision: 799be8e09a08e8170d4ec601fdc5c6d3f13393f1 authored by Joseph McElroy on 10 December 2022, 21:58:00 UTC
Fix mixed nested facets (#1166)
Tip revision: 799be8e
.prettierrc
{
  "arrowParens": "always",
  "bracketSpacing": true,
  "parser": "typescript",
  "printWidth": 100,
  "quoteProps": "consistent",
  "semi": false,
  "singleQuote": true,
  "tabWidth": 2,
  "trailingComma": "none",
  "useTabs": false
}
back to top