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