๐Ÿ“ฆ mlynch / umami-components

๐Ÿ“„ .prettierrc.json ยท 14 lines
1
2
3
4
5
6
7
8
9
10
11
12
13
14{
  "arrowParens": "avoid",
  "bracketSpacing": true,
  "jsxBracketSameLine": false,
  "jsxSingleQuote": false,
  "quoteProps": "consistent",
  "printWidth": 180,
  "semi": true,
  "singleQuote": true,
  "tabWidth": 2,
  "trailingComma": "all",
  "useTabs": false
}