module.exports = { 'max-len': 'off', printWidth: 100, semi: false, singleQuote: true, tabWidth: 2, trailingComma: 'all', }