xen-orchestra/.prettierrc.js

7 lines
105 B
JavaScript
Raw Normal View History

2017-11-14 08:25:02 -06:00
module.exports = {
2020-06-03 03:58:18 -05:00
arrowParens: 'avoid',
2018-11-27 09:03:45 -06:00
jsxSingleQuote: true,
2017-11-14 08:25:02 -06:00
semi: false,
2017-12-18 09:47:00 -06:00
singleQuote: true,
2017-11-14 08:25:02 -06:00
}