purs/.prettierrc.cjs

9 lines
135 B
JavaScript
Raw Normal View History

2023-11-18 20:03:35 +00:00
module.exports = {
tabWidth: 2,
trailingComma: 'all',
singleQuote: true,
semi: false,
arrowParens: 'avoid',
2023-11-18 20:07:52 +00:00
plugins: [],
2023-11-18 20:03:35 +00:00
}