Added: "ignore": ["at-rule-preludes", "declaration-values"] to string-no-newline (#8214) (@ryo-manba). Added: messageArgs to declaration-property-value-no-unknown, font-family-name-quotes, font-family-no-duplicate-names, function-calc-no-unspaced-operator, import-notation, media-...
Added: "ignore": ["at-rule-preludes", "declaration-values"] to string-no-newline (#8214) (@ryo-manba). Added: messageArgs to declaration-property-value-no-unknown, font-family-name-quotes, font-family-no-duplicate-names, function-calc-no-unspaced-operator, import-notation, media-featu...
"import-notation": "string", // 指定导入CSS文件的方式("string"|"url") "selector-class-pattern": null, // 选择器类名命名规则 "custom-property-pattern": null, // 自定义属性命名规则 "keyframes-name-pattern": null, // 动画帧节点样式命名规则 "no-descending-specificity": null, // ...
"import-notation": "string", // 指定导入CSS文件的方式("string"|"url") "selector-class-pattern": null, // 选择器类名命名规则 "custom-property-pattern": null, // 自定义属性命名规则 "keyframes-name-pattern": null, // 动画帧节点样式命名规则 "no-descending-specificity": null, // ...
'scss/at-import-partial-extension': 'always', 'string-quotes': 'single', 'block-no-empty': null, 'scss/dollar-variable-pattern': /[a-zA-Z][0-9]?/, 'at-rule-empty-line-before': null, 'declaration-empty-line-before': 'never', 'rule-empty-line-before': null, 'comment-empty-lin...
import-notation: Specify string or URL notation for@importrules (Autofixable). keyframe-selector-notation: Specify keyword or percentage notation for keyframe selectors (Autofixable). selector-not-notation: Specify simple or complex notation for:not()pseudo-class selectors (Autofixable). ...
string-quotes:single value-list-comma-newline-before:never-multi-line value-list-comma-newline-after:never-multi-line value-list-comma-space-after:always selector-pseudo-class-no-unknown:true selector-pseudo-element-no-unknown:true selector-attribute-quotes:always ...
'font-weight-notation': 'numeric', 'number-leading-zero': 'always', 'number-no-trailing-zeros': true, 'string-quotes': [ 'double', { 'avoidEscape': true } ], 'length-zero-no-unit': true, 'unit-case': 'lower', 'value-keyword-case': [ ...
规则来源:[链接]namedesc规避错误 颜色 color-no-invalid-hex禁止无效的十六进制颜色。字体 font-family-no-duplicate-names不允许重复的字体系列名称。font...
Custom configuration for Stylelint. Latest version: 0.2.0, last published: 5 years ago. Start using @alexseitsinger/stylelint-config in your project by running `npm i @alexseitsinger/stylelint-config`. There are no other projects in the npm registry usin