module.exports = { arrowParens: 'avoid', singleQuote: true, trailingComma: 'none', "useTabs": false, "tabWidth": 4, "printWidth": 150, };