UNPKG

210 BJavaScriptView Raw
1module.exports = {
2 singleQuote: true,
3 trailingComma: 'none',
4 bracketSpacing: true,
5 tabWidth: 2,
6 useTabs: false,
7 proseWrap: 'preserve',
8 parser: 'babel',
9 printWidth: 80,
10 arrowParens: 'avoid'
11};