signal-desktop/.prettierrc.js

5 lines
67 B
JavaScript
Raw Normal View History

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