chenyc
2025-08-26 7c2cce763bf0959fd2cc55b16557931f4e4ffceb
.stylelintrc.js
@@ -5,6 +5,7 @@
        "stylelint-scss"
    ],
    "rules": {
        "keyframes-name-pattern": null,
        // http://stylelint.cn/user-guide/rules/
        // 要求在 at 规则之后有一个一个空格
        "at-rule-name-space-after": "always",
@@ -132,8 +133,7 @@
        "no-invalid-double-slash-comments": true,
        
        // 禁止动画名称与 @keyframes 声明不符
        "no-unknown-animations": true,
        "no-unknown-animations": null,
        // 禁止数字中的拖尾 0
        "number-no-trailing-zeros": true,