purescript-cheerio/.prettierrc.cjs

9 lines
135 B
JavaScript
Raw Normal View History

module.exports = {
tabWidth: 2,
trailingComma: 'all',
singleQuote: true,
semi: false,
arrowParens: 'avoid',
2023-10-28 19:47:41 +00:00
plugins: [],
}