https://github.com/searchkit/searchkit
Raw File
Tip revision: a1c5f87619c921116856439cc056af389c3b1396 authored by dependabot[bot] on 25 July 2023, 07:46:42 UTC
Chore(deps-dev): Bump next-transpile-modules from 9.0.0 to 10.0.1
Tip revision: a1c5f87
.prettierrc
{
  "arrowParens": "always",
  "bracketSpacing": true,
  "parser": "typescript",
  "printWidth": 100,
  "quoteProps": "consistent",
  "semi": false,
  "singleQuote": true,
  "tabWidth": 2,
  "trailingComma": "none",
  "useTabs": false
}
back to top