wangzhi
2022-12-02 6af828260e7368d01d9b2c1d508087d1d763b8e6
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',
};