summaryrefslogtreecommitdiffstats
path: root/.prettierrc.js
blob: 2b540746a7575ead7fe308f2c78e38ca316b2382 (plain)
1
2
3
4
5
6
7
module.exports = {
  arrowParens: 'avoid',
  bracketSameLine: true,
  bracketSpacing: false,
  singleQuote: true,
  trailingComma: 'all',
};