Updated stylelint dependencies

This commit is contained in:
ChocolateLoverRaj 2020-11-16 18:28:49 -06:00
parent af918f0313
commit 07ded259b9
2 changed files with 1418 additions and 3492 deletions

4898
package-lock.json generated

File diff suppressed because it is too large Load diff

View file

@ -10,7 +10,7 @@
"build": "npm run css:build && npm run hugo:build",
"lint": "npm run stylelint",
"start": "npm run hugo:serve",
"stylelint": "stylelint 'src/**/*.scss'"
"stylelint": "stylelint src/**/*.scss"
},
"repository": {
"type": "git",
@ -33,14 +33,14 @@
"pre-commit": "^1.2.2",
"rimraf": "^3.0.2",
"sass": "^1.26.10",
"stylelint": "8.4.0",
"stylelint": "^13.7.2",
"stylelint-config-sass-guidelines": "4.0.1",
"stylelint-config-standard": "18.0.0",
"stylelint-order": "0.8.0",
"stylelint-scss": "2.2.0",
"stylelint-config-standard": "^20.0.0",
"stylelint-order": "^4.1.0",
"stylelint-scss": "^3.18.0",
"write": "^2.0.0"
},
"pre-commit": [
"stylelint"
]
}
}