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