purescript-cheerio/.prettierrc.cjs

9 lines
155 B
JavaScript
Raw Normal View History

module.exports = {
tabWidth: 2,
trailingComma: 'all',
singleQuote: true,
semi: false,
arrowParens: 'avoid',
plugins: ['prettier-plugin-sh'],
}