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