mirror of
https://github.com/verdaccio/verdaccio.git
synced 2025-01-20 22:52:46 -05:00
fix: fix style lint issue with css module
This commit is contained in:
parent
27470c0e8d
commit
945f833ebd
1 changed files with 6 additions and 1 deletions
|
@ -1,3 +1,8 @@
|
|||
{
|
||||
"extends": "stylelint-config-standard"
|
||||
"extends": "stylelint-config-standard",
|
||||
"rules": {
|
||||
"selector-pseudo-class-no-unknown": [true, {
|
||||
"ignorePseudoClasses": ["/global/"]
|
||||
}]
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue