UNPKG

92 BJavaScriptView Raw
1module.exports = {
2 singleQuote: true,
3 trailingComma: 'es5',
4 arrowParens: 'always',
5};