summaryrefslogtreecommitdiff
path: root/.prettierrc.js
blob: 06860c8d1b12940e9f5127244170c67397e648be (plain)
1
2
3
4
5
module.exports = {
  arrowParens: 'avoid',
  singleQuote: true,
  trailingComma: 'all',
};