module.exports = { tabWidth: 2, printWidth: 120, semi: true, singleQuote: true, endOfLine: 'auto', arrowParens: 'always', };