Skip to content

Commit 9f22652

Browse files
renovate[bot]renovate-botota-meshi
authored
Update dependency stylelint to v14 (#99)
* Update dependency stylelint to v14 * update Co-authored-by: Renovate Bot <bot@renovateapp.com> Co-authored-by: Yosuke Ota <otameshiyo23@gmail.com>
1 parent 3e1e587 commit 9f22652

File tree

3 files changed

+6
-6
lines changed

3 files changed

+6
-6
lines changed

.vscode/settings.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,6 @@
2020
"source.fixAll.eslint": true,
2121
"source.fixAll.stylelint": true
2222
},
23-
"stylelint.customSyntax": "stylelint-plugin-stylus/custom-syntax",
2423
"stylelint.validate": [
2524
"css",
2625
"html",

docs/.vuepress/components/stylelint.config.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
module.exports = {
2-
extends: ["stylelint-config-standard"],
2+
extends: ["stylelint-config-standard", "stylelint-config-recommended-vue"],
33
rules: {
44
"no-descending-specificity": null,
55
indentation: null,

package.json

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@
7171
"@types/eslint-visitor-keys": "^1.0.0",
7272
"@types/estree": "^0.0.50",
7373
"@types/mocha": "^9.0.0",
74-
"@types/node": "^14.0.13",
74+
"@types/node": "^16.11.3",
7575
"@types/request": "^2.48.5",
7676
"@types/semver": "^7.3.1",
7777
"@typescript-eslint/eslint-plugin": "^5.0.0",
@@ -99,9 +99,10 @@
9999
"raw-loader": "^4.0.1",
100100
"request": "^2.88.2",
101101
"semver": "^7.3.2",
102-
"stylelint": "^13.12.0",
103-
"stylelint-config-standard": "^22.0.0",
104-
"stylelint-plugin-stylus": "^0.12.0",
102+
"stylelint": "^14.0.0",
103+
"stylelint-config-recommended-vue": "^1.0.0",
104+
"stylelint-config-standard": "^23.0.0",
105+
"stylelint-plugin-stylus": "^0.13.0",
105106
"ts-node": "^10.0.0",
106107
"typescript": "^4.0.0",
107108
"vue-eslint-editor": "^1.1.0",

0 commit comments

Comments
 (0)