aboutsummaryrefslogtreecommitdiffstats
path: root/.prettierrc.js
blob: 443f0c6684a023f15f83356a5fbf2aba488ad72d (plain) (blame)
1
2
3
4
5
module.exports = {
  singleQuote: true,
  arrowParens: 'avoid',
  trailingComma: 'all',
}