https://github.com/searchkit/searchkit
Raw File
Tip revision: 61ef7c8622118840a76faec13d3d084db1f2c1c8 authored by dependabot[bot] on 02 February 2024, 07:42:26 UTC
Chore(deps): Bump eslint-config-prettier from 8.10.0 to 9.1.0
Tip revision: 61ef7c8
.prettierrc
{
  "arrowParens": "always",
  "bracketSpacing": true,
  "parser": "typescript",
  "printWidth": 100,
  "quoteProps": "consistent",
  "semi": false,
  "singleQuote": true,
  "tabWidth": 2,
  "trailingComma": "none",
  "useTabs": false
}
back to top