fed832e
1
2
3
4
5
6
7
8
module.exports = { trailingComma: 'all', tabWidth: 2, semi: true, singleQuote: true, printWidth: 80, }