at-rule-name-newline-after: at-rule名称后需要一个换行符。 at-rule-name-space-after: 需要一个空格后at-rule名称。 at-rule-no-unknown: 不允许at-rules不明。 at-rule-no-vendor-prefix: 不允许at-rules前缀。 at-rule-semicolon-newline-after: 需要一个换行符之后at-rules的分号。 at-rule-whitel...
at-rule-name-newline-after: at-rule名称后需要一个换行符。 at-rule-name-space-after: 需要一个空格后at-rule名称。 at-rule-no-unknown: 不允许at-rules不明。 at-rule-no-vendor-prefix: 不允许at-rules前缀。 at-rule-semicolon-newline-after: 需要一个换行符之后at-rules的分号。 at-rule-whitel...
at-rule-name-space-after:要求在 at 规则之后有一个空格。 at-rule-no-unknown:禁止使用未知的 at 规则。 at-rule-no-vendor-prefix:禁止 at 规则使用浏览器引擎前缀。 at-rule-semicolon-newline-after:要求在 at 规则的分号之后有一个换行符 。
"string-quotes":"single", // 单引号 "at-rule-empty-line-before": null, "at-rule-no-unknown":null, "at-rule-name-case": "lower",// 指定@规则名的大小写 "length-zero-no-unit": true, // 禁止零长度的单位(可自动修复) "shorthand-property-no-redundant-values": true, // 简写属性 "...
string-quotes: 为字符串指定单引或双引号。 时长 time-no-imperceptible: 禁止animation与transition时长低于 100ms 。 单位 unit-blacklist: 指定一个不允许使用单位的黑名单。 unit-whitelist: 指定一个允许使用单位的白名单。 值 value-no-vendor-prefix: 禁止值添加供应商前缀。
"at-rule-no-unknown": null, // 不允许at-rules不明 // "indentation": 2, // 指定缩进(stylelint-config-standard) "max-nesting-depth": 3, // 允许嵌套的深度为3 "no-duplicate-selectors": true, // 不允许重复的选择器 // "no-eol-whitespace": true, // 不允许行尾空白(stylelint-config...
string-quotes: 指定字串,单或双引号。 Length length-zero-no-unit: 禁止单位零长度。 Time time-no-imperceptible: 禁止动画和过渡小于或等于100毫秒。 Unit unit-blacklist: 指定不允许使用单位的黑名单。 unit-case: 指定大写或小写的单位。 unit-no-unknown: 禁止未知的单位。
"property-no-unknown": null, // 禁止未知的属性(true 为不允许) "no-empty-source": null, // 禁止空源码 "declaration-block-trailing-semicolon": null, // 要求或不允许在声明块中使用尾随分号 string:"always(必须始终有一个尾随分号)"|"never(不得有尾随分号)" "selector-class-pattern": null,...
],"string-quotes":"single",// 单引号"at-rule-empty-line-before":null,"at-rule-no-unknown":null,"at-rule-name-case":"lower",// 指定@规则名的大小写"length-zero-no-unit":true,// 禁止零长度的单位(可自动修复)"shorthand-property-no-redundant-values":true,// 简写属性"number-leading-zer...
"property-no-unknown": null, // 禁止未知的属性(true 为不允许) "no-empty-source": null, // 禁止空源码 "declaration-block-trailing-semicolon": null, // 要求或不允许在声明块中使用尾随分号 string:"always(必须始终有一个尾随分号)"|"never(不得有尾随分号)" ...