mirror of
https://github.com/vbenjs/gf-vben-admin.git
synced 2025-01-23 03:40:19 +08:00
11 lines
215 B
JavaScript
11 lines
215 B
JavaScript
module.exports = {
|
|
printWidth: 100,
|
|
semi: true,
|
|
vueIndentScriptAndStyle: true,
|
|
singleQuote: true,
|
|
trailingComma: 'all',
|
|
proseWrap: 'never',
|
|
htmlWhitespaceSensitivity: 'strict',
|
|
endOfLine: 'auto',
|
|
};
|