Commit 12924fb3faad6088e451f6c7fe6df7f0e0dc312d

Authored by lessroc
Committed by GitHub
1 parent 16b4b6d5

perf: 解决提交代码时stylelint格式化less和scss的媒体查询为不支持的语法(Media Queries Level 4) (#2931)

internal/stylelint-config/src/index.ts
@@ -22,6 +22,7 @@ export default { @@ -22,6 +22,7 @@ export default {
22 }, 22 },
23 ], 23 ],
24 rules: { 24 rules: {
  25 + 'media-feature-range-notation': null,
25 'selector-not-notation': null, 26 'selector-not-notation': null,
26 'import-notation': null, 27 'import-notation': null,
27 'function-no-unknown': null, 28 'function-no-unknown': null,