https://github.com/searchkit/searchkit
Revision 703869dd1ebd1ff6a2a9bda96e2a21769ff228ff authored by Joseph McElroy on 08 May 2023, 21:17:54 UTC, committed by Joseph McElroy on 08 May 2023, 21:17:54 UTC
1 parent 803b5b5
Raw File
Tip revision: 703869dd1ebd1ff6a2a9bda96e2a21769ff228ff authored by Joseph McElroy on 08 May 2023, 21:17:54 UTC
instantsearch client 4.7.1
Tip revision: 703869d
.prettierrc
{
  "arrowParens": "always",
  "bracketSpacing": true,
  "parser": "typescript",
  "printWidth": 100,
  "quoteProps": "consistent",
  "semi": false,
  "singleQuote": true,
  "tabWidth": 2,
  "trailingComma": "none",
  "useTabs": false
}
back to top