summaryrefslogtreecommitdiff
path: root/.prettierrc.cjs
blob: 30601df8b9651e81e009fd25706bd8e927fb6e9f (plain)
1
2
3
4
5
6
7
module.exports = {
  semi: true,
  trailingComma: 'es5',
  singleQuote: true,
  printWidth: 80,
  tabWidth: 2,
};