UNPKG

104 BJavaScriptView Raw
1module.exports = {
2 singleQuote: true,
3 semi: false,
4 bracketSpacing: true,
5 arrowParens: 'avoid'
6}