@dyb-dev/prettier-config 0.0.1 → 0.0.2
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +2 -0
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -46,6 +46,8 @@ module.exports = prettierConfig
|
|
|
46
46
|
- **Markdown 文件格式化**: 提供对 Markdown 文件的格式化支持,确保文档内容易读且统一。
|
|
47
47
|
- **.d.ts 文件格式化**: 针对 TypeScript 的类型声明文件进行格式化,确保类型定义清晰一致。
|
|
48
48
|
|
|
49
|
+
## 常见问题
|
|
50
|
+
|
|
49
51
|
### 安装包后无法使用格式化
|
|
50
52
|
|
|
51
53
|
如果在安装 @dyb-dev/prettier-config 后无法使用格式化功能,可能是因为编辑器尚未加载新的配置。解决方法是 重启 编辑器,然后重新尝试格式化操作。
|