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