mmkr/prettier.config.js
2021-04-13 20:47:54 -04:00

4 lines
68 B
JavaScript

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