Signal-Desktop/.prettierrc.js

5 lines
67 B
JavaScript
Raw Normal View History

2018-04-27 22:15:17 +00:00
module.exports = {
singleQuote: true,
trailingComma: 'es5',
};