module.exports = { printWidth: 120, singleQuote: true, tabWidth: 4, overrides: [ { files: '*.html', options: { parser: 'html' } }, { files: '*.vue', options: { parser: 'vue' } } ] };