UNPKG

110 BJavaScriptView Raw
1module.exports = {
2 arrowParens: 'avoid',
3 printWidth: 100,
4 singleQuote: true,
5 trailingComma: 'none'
6};