aboutsummaryrefslogtreecommitdiff
path: root/.prettierrc
blob: 13799bc990df57bad66673e99eb456d6df1a00bf (plain) (blame)
1
2
3
4
5
6
7
{
  "singleQuote": true,
  "semi": true,
  "tabWidth": 2,
  "trailingComma": "all",
  "printWidth": 120
}