js_image_annotation_web/prettier.config.js

11 lines
228 B
JavaScript
Raw Normal View History

2025-10-24 17:39:06 +08:00
module.exports = {
tabWidth: 4,
semi: false,
vueIndentScriptAndStyle: false,
singleQuote: true,
trailingComma: 'all',
proseWrap: 'never',
htmlWhitespaceSensitivity: 'strict',
endOfLine: 'auto',
}