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