add-pr-comment/.prettierrc.js
2020-07-07 10:51:15 -04:00

9 lines
164 B
JavaScript

module.exports = {
arrowParens: 'avoid',
bracketSpacing: false,
printWidth: 100,
semi: false,
singleQuote: true,
tabWidth: 2,
trailingComma: 'es5',
}