mirror of
https://gitee.com/fantastic-admin/basic.git
synced 2024-11-29 18:48:31 +08:00
修改stylelint配置
This commit is contained in:
parent
514c0daab4
commit
6614263b93
10
.stylelintrc
10
.stylelintrc
@ -25,6 +25,16 @@
|
||||
"selector-class-pattern": null,
|
||||
"scss/no-global-function-names": null,
|
||||
"scss/at-import-partial-extension": null,
|
||||
"function-no-unknown": [
|
||||
true,
|
||||
{
|
||||
"ignoreFunctions": [
|
||||
"v-bind",
|
||||
"lighten",
|
||||
"darken"
|
||||
]
|
||||
}
|
||||
],
|
||||
"property-no-vendor-prefix": [
|
||||
true,
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user