site/prettier.config.js
Lachlan Campbell 63ab527563 Redo footer
2020-07-22 18:32:33 -04:00

7 lines
123 B
JavaScript
Executable file

module.exports = {
singleQuote: true,
trailingComma: 'none',
arrowParens: 'avoid',
printWidth: 80,
semi: false
}