module.exports = { semi: true, trailingComma: 'all', singleQuote: true, printWidth: 200, tabWidth: 2, useTabs: false, };