UNPKG

183 BJavaScriptView Raw
1module.exports = {
2 printWidth: 120,
3 tabWidth: 2,
4 useTabs: false,
5 semi: false,
6 singleQuote: true,
7 trailingComma: 'es5',
8 bracketSpacing: false,
9 arrowParens: 'always',
10}