1 2 3 4 5 6module.exports = { arrowParens: 'avoid', singleQuote: true, trailingComma: 'all', };
1 2 3 4 5 6
module.exports = { arrowParens: 'avoid', singleQuote: true, trailingComma: 'all', };