aboutsummaryrefslogblamecommitdiffstats
path: root/prettier.config.cjs
blob: de2f53cdf91320a0017d3b56cc5b20a291ee03ff (plain) (tree)
1
2
3
4



                       
module.exports = {
  singleQuote: true,
  trailingComma: 'all',
};