style: 💄 移除空行、优化注释

This commit is contained in:
ray
2025-02-12 17:22:08 +08:00
parent f5dbff0d9e
commit 94c815eb58
4 changed files with 1 additions and 4 deletions

View File

@@ -22,7 +22,6 @@ module.exports = {
],
rules: {
"prettier/prettier": true, // 强制执行 Prettier 格式化规则(需配合 .prettierrc 配置文件)
"no-empty-source": null, // 允许空的样式文件
"declaration-property-value-no-unknown": null, // 允许非常规数值格式 ,如 height: calc(100% - 50)
// 允许使用未知伪类