.prettierrc.js 91 Bytes
Newer Older
jayed nahian's avatar
jayed nahian committed
module.exports = {
  arrowParens: 'avoid',
  singleQuote: true,
  trailingComma: 'all',
};