summaryrefslogtreecommitdiff
path: root/.prettierrc.js
blob: 66f90b9335d4e60eb0a3ae458a6fdd6e1caf00e3 (about) (plain)
1
2
3
4
5
6
7
module.exports = {
  semi: false,
  trailingComma: 'all',
  singleQuote: true,
  printWidth: 100,
  tabWidth: 2,
}