1 2 3 4 5
module.exports = { printWidth: 100, semi: true, vueIndentScriptAndStyle: true, singleQuote: true,
6
trailingComma: 'all',
7 8
proseWrap: 'never', htmlWhitespaceSensitivity: 'strict',
9
endOfLine: 'auto',
10
};