UNPKG

156 BJavaScriptView Raw
1module.exports = {
2 printWidth: 160,
3 tabWidth: 4,
4 singleQuote: true,
5 endOfLine: 'lf',
6 trailingComma: 'none',
7 arrowParens: 'avoid'
8};