chore: update lock file

This commit is contained in:
Ya Zhuang 2020-02-21 01:15:38 +08:00
parent 1538790009
commit c9ba73021a
No known key found for this signature in database
GPG key ID: B024B2767A35B0C7
2 changed files with 8 additions and 3 deletions

2
package-lock.json generated
View file

@ -1,6 +1,6 @@
{ {
"name": "heti", "name": "heti",
"version": "0.1.0", "version": "0.3.4",
"lockfileVersion": 1, "lockfileVersion": 1,
"requires": true, "requires": true,
"dependencies": { "dependencies": {

View file

@ -43,12 +43,17 @@
"stylelint-scss": "^3.13.0" "stylelint-scss": "^3.13.0"
}, },
"stylelint": { "stylelint": {
"extends": ["stylelint-config-standard", "stylelint-config-recommended-scss"], "extends": [
"stylelint-config-standard",
"stylelint-config-recommended-scss"
],
"rules": { "rules": {
"no-descending-specificity": [ "no-descending-specificity": [
true, true,
{ {
"ignore": ["selectors-within-list"] "ignore": [
"selectors-within-list"
]
} }
] ]
} }