aboutsummaryrefslogtreecommitdiff
path: root/.prettierrc
blob: cd39a8df5969203474df4e9489b81e5f5a66f805 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
{
  "singleQuote": true,
  "jsxSingleQuote": true,
  "semi": false,
  "useTabs": false,
  "tabWidth": 2,
  "bracketSpacing": true,
  "jsxBracketSameLine": false,
  "arrowParens": "always",
  "trailingComma": "none"
}