4114d85
1
2
3
4
5
6
7
8
9
10
module.exports = { printWidth: 140, singleQuote: true, jsxSingleQuote: true, trailingComma: 'none', tabWidth: 4, semi: false, endOfLine: 'auto' }