docs: 说明文档调整和已知警告问题修复
This commit is contained in:
@@ -32,6 +32,7 @@ module.exports = {
|
||||
},
|
||||
],
|
||||
// 允许使用未知伪元素
|
||||
"no-invalid-position-declaration": null, // Vue 模板内联 style 误报
|
||||
"at-rule-no-unknown": null, // 禁用默认的未知 at-rule 检查
|
||||
"scss/at-rule-no-unknown": true, // 启用 SCSS 特定的 at-rule 检查
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user