summaryrefslogtreecommitdiff
path: root/shell/.prettierrc.js
blob: de2f53cdf91320a0017d3b56cc5b20a291ee03ff (plain)
1
2
3
4
module.exports = {
  singleQuote: true,
  trailingComma: 'all',
};