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