purescript-node-workers/.prettierrc.cjs

9 lines
135 B
JavaScript
Raw Normal View History

2023-12-23 18:10:39 +00:00
module.exports = {
tabWidth: 2,
trailingComma: 'all',
singleQuote: true,
semi: false,
arrowParens: 'avoid',
plugins: [],
}