Browse Source
perf: 解决提交代码时stylelint格式化less和scss的媒体查询为不支持的语法(Media Queries Level 4) (#2931)
pull/2945/head
lessroc
3 years ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with
1 additions and
0 deletions
-
internal/stylelint-config/src/index.ts
|
|
|
@ -22,6 +22,7 @@ export default { |
|
|
|
}, |
|
|
|
], |
|
|
|
rules: { |
|
|
|
'media-feature-range-notation': null, |
|
|
|
'selector-not-notation': null, |
|
|
|
'import-notation': null, |
|
|
|
'function-no-unknown': null, |
|
|
|
|