renovatebot-github/.prettierrc.js
2020-05-03 18:29:03 +02:00

4 lines
67 B
JavaScript

module.exports = {
singleQuote: true,
trailingComma: 'all',
};