/* eslint-env node */ module.exports = { singleQuote: true, printWidth: 120, trailingComma: 'es5', arrowParens: 'always', tabWidth: 2 };