MorJS prettier 配置
2024-01-24 09:34 更新
{
"semi": false,
"tabWidth": 2,
"singleQuote": true,
"printWidth": 80,
"trailingComma": "none",
"overrides": [
{
"files": ["*.json5"],
"options": {
"singleQuote": false,
"quoteProps": "preserve"
}
},
{
"files": ["*.yml"],
"options": {
"singleQuote": false
}
}
],
"plugins": ["prettier-plugin-organize-imports"]
}
以上内容是否对您有帮助:
更多建议: