1 2 3 4 5 6 7
module.exports = { arrowParens: 'always', printWidth: 100, singleQuote: true, tabWidth: 2, endOfLine: 'auto', };