session-desktop/.prettierrc.js

5 lines
67 B
JavaScript
Raw Normal View History

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