module.exports = {
arrowParens: 'avoid',
bracketSpacing: true,
endOfLine: 'crlf',
jsxBracketSameLine: false,
quoteProps: 'as-needed',
semi: false,
singleQuote: true,
tabWidth: 2,
trailingComma: 'none',
useTabs: false,
vueIndentScriptAndStyle: false
}