File tree Expand file tree Collapse file tree 3 files changed +6
-6
lines changed
docs/.vuepress/components Expand file tree Collapse file tree 3 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 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" ,
Original file line number Diff line number Diff line change 11module . 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 ,
Original file line number Diff line number Diff line change 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" ,
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" ,
You can’t perform that action at this time.
0 commit comments