session-desktop/.prettierrc.js

8 lines
134 B
JavaScript
Raw Normal View History

2018-04-28 00:15:17 +02:00
module.exports = {
singleQuote: true,
trailingComma: 'es5',
2021-03-01 02:05:39 +01:00
bracketSpacing: true,
arrowParens: 'avoid',
2021-04-22 10:03:58 +02:00
printWidth: 100,
2018-04-28 00:15:17 +02:00
};