Skip to content

Commit

Permalink
Update dependency stylelint to v14 (#113)
Browse files Browse the repository at this point in the history
* Update dependency stylelint to v14

* updates

* update

Co-authored-by: Renovate Bot <bot@renovateapp.com>
Co-authored-by: Yosuke Ota <otameshiyo23@gmail.com>
  • Loading branch information
3 people committed Oct 22, 2021
1 parent b5cd39a commit 424ff93
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
1 change: 0 additions & 1 deletion .vscode/settings.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,6 @@
"source.fixAll.eslint": true,
"source.fixAll.stylelint": true
},
"stylelint.customSyntax": "stylelint-plugin-stylus/custom-syntax",
"stylelint.validate": [
"css",
"html",
Expand Down
2 changes: 1 addition & 1 deletion docs/.vuepress/components/stylelint.config.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
module.exports = {
extends: ["stylelint-config-standard"],
extends: ["stylelint-config-recommended-vue", "stylelint-config-standard"],
rules: {
"no-descending-specificity": null,
indentation: null,
Expand Down
7 changes: 4 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@
"@types/lodash": "^4.14.158",
"@types/mocha": "^9.0.0",
"@types/natural-compare": "^1.4.0",
"@types/node": "^14.0.13",
"@types/node": "^16.11.3",
"@types/semver": "^7.3.1",
"@typescript-eslint/eslint-plugin": "^5.0.0",
"@typescript-eslint/parser": "^5.0.0",
Expand All @@ -89,8 +89,9 @@
"prettier": "^2.2.1",
"raw-loader": "^4.0.1",
"semver": "^7.3.2",
"stylelint": "^13.6.1",
"stylelint-config-standard": "^22.0.0",
"stylelint": "^14.0.0",
"stylelint-config-recommended-vue": "^0.0.5",
"stylelint-config-standard": "^23.0.0",
"stylelint-plugin-stylus": "^0.12.0",
"ts-node": "^10.0.0",
"typescript": "~4.4.3",
Expand Down

0 comments on commit 424ff93

Please sign in to comment.