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