summaryrefslogtreecommitdiff
path: root/.prettierrc.js
blob: 854ad396e1b5d09c9b6b8c9231328d55d36851f0 (about) (plain)
1
2
3
4
5
6
7
8
// eslint-disable-next-line immutable/no-mutation
module.exports = {
  semi: false,
  trailingComma: 'all',
  singleQuote: true,
  printWidth: 100,
  tabWidth: 2,
}