summaryrefslogtreecommitdiffstats
path: root/prettier.config.js
blob: 0bd2846df072e1658e31a0ce7d964223fdb999bd (plain) (blame)
1
2
3
4
5
6
7
module.exports = {
  trailingComma: 'es5',
  tabWidth: 2,
  semi: true,
  singleQuote: true,
  printWidth: 120,
};