summaryrefslogtreecommitdiffstats
path: root/.prettierrc
blob: ba97ca5515143cbf8a10eba75ff527af168b71a2 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
{
  "printWidth": 100,
  "tabWidth": 2,
  "useTabs": false,
  "semi": true,
  "singleQuote": true,
  "quoteProps": "as-needed",
  "jsxSingleQuote": false,
  "trailingComma": "es5",
  "bracketSpacing": true,
  "jsxBracketSameLine": false,
  "arrowParens": "always"
}