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