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