aboutsummaryrefslogtreecommitdiffstats
path: root/.prettierrc.cjs
blob: f8073e96a8839e9483e9e53f2dbdd753111e7beb (plain) (blame)
1
2
3
4
5
/** @type {import("prettier").Options} */
module.exports = {
  singleQuote: true,
  arrowParens: 'avoid',
}