chore: update lock file
This commit is contained in:
parent
1538790009
commit
c9ba73021a
2 changed files with 8 additions and 3 deletions
|
@ -43,12 +43,17 @@
|
|||
"stylelint-scss": "^3.13.0"
|
||||
},
|
||||
"stylelint": {
|
||||
"extends": ["stylelint-config-standard", "stylelint-config-recommended-scss"],
|
||||
"extends": [
|
||||
"stylelint-config-standard",
|
||||
"stylelint-config-recommended-scss"
|
||||
],
|
||||
"rules": {
|
||||
"no-descending-specificity": [
|
||||
true,
|
||||
{
|
||||
"ignore": ["selectors-within-list"]
|
||||
"ignore": [
|
||||
"selectors-within-list"
|
||||
]
|
||||
}
|
||||
]
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue