summaryrefslogtreecommitdiffstats
path: root/.prettierrc.js
blob: af39b253f60d3068dbe6673a7f04f9b272266800 (plain)
1
2
3
4
module.exports = {
  singleQuote: true,
  jsxSingleQuote: true
}