From 074249fb52de6b0849b68744fa030ad4d1c9506c Mon Sep 17 00:00:00 2001 From: neverland Date: Wed, 20 Nov 2019 16:38:55 +0800 Subject: [PATCH] chore: add @vant/stylelint-config (#2347) --- .stylelintrc | 14 --------- browserslist | 3 -- package.json | 21 ++++++++++--- yarn.lock | 88 ++++++++++++++++++++++++++++++++++------------------ 4 files changed, 73 insertions(+), 53 deletions(-) delete mode 100644 .stylelintrc delete mode 100644 browserslist diff --git a/.stylelintrc b/.stylelintrc deleted file mode 100644 index cb3dd21a..00000000 --- a/.stylelintrc +++ /dev/null @@ -1,14 +0,0 @@ -{ - "extends": [ - "stylelint-config-standard", - "stylelint-config-rational-order" - ], - "rules": { - "order/properties-order": [], - "at-rule-no-unknown": null, - "number-leading-zero": null, - "no-descending-specificity": null, - "declaration-colon-newline-after": null, - "font-family-no-missing-generic-family-keyword": null - } -} diff --git a/browserslist b/browserslist deleted file mode 100644 index f67be3c8..00000000 --- a/browserslist +++ /dev/null @@ -1,3 +0,0 @@ -Chrome >= 53 -ChromeAndroid >= 53 -iOS >= 8 diff --git a/package.json b/package.json index fe1ce98b..3a1e75f5 100644 --- a/package.json +++ b/package.json @@ -50,6 +50,7 @@ "@vant/eslint-config": "^1.2.4", "@vant/icons": "1.1.15", "@vant/markdown-loader": "^2.2.0", + "@vant/stylelint-config": "^1.0.0", "autoprefixer": "^9.6.1", "babel-loader": "8.0.6", "cross-env": "^5.1.4", @@ -70,10 +71,7 @@ "postcss-loader": "^3.0.0", "progress-bar-webpack-plugin": "^1.11.0", "style-loader": "^1.0.0", - "stylelint": "^10.1.0", - "stylelint-config-rational-order": "^0.1.2", - "stylelint-config-standard": "^18.3.0", - "stylelint-order": "^3.0.1", + "stylelint": "^11.1.1", "typescript": "^3.5.3", "vue": "2.6.10", "vue-loader": "^15.7.1", @@ -82,5 +80,18 @@ "webpack": "^4.39.1", "webpack-cli": "^3.3.6", "webpack-serve": "^2.0.3" - } + }, + "stylelint": { + "extends": [ + "@vant/stylelint-config" + ] + }, + "prettier": { + "singleQuote": true + }, + "browserslist": [ + "Chrome >= 53", + "ChromeAndroid >= 53", + "iOS >= 8" + ] } diff --git a/yarn.lock b/yarn.lock index 42fd6440..92d7ecb0 100644 --- a/yarn.lock +++ b/yarn.lock @@ -887,6 +887,15 @@ markdown-it-anchor "^5.2.4" transliteration "^2.1.4" +"@vant/stylelint-config@^1.0.0": + version "1.0.0" + resolved "https://registry.npm.taobao.org/@vant/stylelint-config/download/@vant/stylelint-config-1.0.0.tgz#83a9a68510d8de3b94bcfbcd45c5303b574c702e" + integrity sha1-g6mmhRDY3juUvPvNRcUwO1dMcC4= + dependencies: + stylelint-config-rational-order "^0.1.2" + stylelint-config-standard "^19.0.0" + stylelint-order "^3.1.1" + "@vue/component-compiler-utils@^3.0.0": version "3.0.0" resolved "https://registry.yarnpkg.com/@vue/component-compiler-utils/-/component-compiler-utils-3.0.0.tgz#d16fa26b836c06df5baaeb45f3d80afc47e35634" @@ -4096,7 +4105,7 @@ glogg@^1.0.0: dependencies: sparkles "^1.0.0" -gonzales-pe@^4.2.3: +gonzales-pe@^4.2.3, gonzales-pe@^4.2.4: version "4.2.4" resolved "https://registry.yarnpkg.com/gonzales-pe/-/gonzales-pe-4.2.4.tgz#356ae36a312c46fe0f1026dd6cb539039f8500d2" integrity sha512-v0Ts/8IsSbh9n1OJRnSfa7Nlxi4AkXIsWB6vPept8FDbL4bXn3FNuxjYtO/nmBGu7GDkL9MFeGebeSu6l55EPQ== @@ -5239,10 +5248,10 @@ known-css-properties@^0.11.0: resolved "https://registry.yarnpkg.com/known-css-properties/-/known-css-properties-0.11.0.tgz#0da784f115ea77c76b81536d7052e90ee6c86a8a" integrity sha512-bEZlJzXo5V/ApNNa5z375mJC6Nrz4vG43UgcSCrg2OHC+yuB6j0iDSrY7RQ/+PRofFB03wNIIt9iXIVLr4wc7w== -known-css-properties@^0.14.0: - version "0.14.0" - resolved "https://registry.yarnpkg.com/known-css-properties/-/known-css-properties-0.14.0.tgz#d7032b4334a32dc22e6e46b081ec789daf18756c" - integrity sha512-P+0a/gBzLgVlCnK8I7VcD0yuYJscmWn66wH9tlKsQnmVdg689tLEmziwB9PuazZYLkcm07fvWOKCJJqI55sD5Q== +known-css-properties@^0.16.0: + version "0.16.0" + resolved "https://registry.npm.taobao.org/known-css-properties/download/known-css-properties-0.16.0.tgz#3f0597214db11a460df77cd44bcb39e263b9da6c" + integrity sha1-PwWXIU2xGkYN93zUS8s54mO52mw= koa-compose@^3.0.0: version "3.2.1" @@ -7070,7 +7079,7 @@ postcss-html@^0.36.0: dependencies: htmlparser2 "^3.10.0" -postcss-jsx@^0.36.0, postcss-jsx@^0.36.1: +postcss-jsx@^0.36.0, postcss-jsx@^0.36.3: version "0.36.3" resolved "https://registry.yarnpkg.com/postcss-jsx/-/postcss-jsx-0.36.3.tgz#c91113eae2935a1c94f00353b788ece9acae3f46" integrity sha512-yV8Ndo6KzU8eho5mCn7LoLUGPkXrRXRjhMpX4AaYJ9wLJPv099xbtpbRQ8FrPnzVxb/cuMebbPR7LweSt+hTfA== @@ -7350,6 +7359,14 @@ postcss-sass@^0.3.5: gonzales-pe "^4.2.3" postcss "^7.0.1" +postcss-sass@^0.4.1: + version "0.4.2" + resolved "https://registry.npm.taobao.org/postcss-sass/download/postcss-sass-0.4.2.tgz#7d1f8ddf6960d329de28fb3ff43c9c42013646bc" + integrity sha1-fR+N32lg0yneKPs/9DycQgE2Rrw= + dependencies: + gonzales-pe "^4.2.4" + postcss "^7.0.21" + postcss-scss@^2.0.0: version "2.0.0" resolved "https://registry.yarnpkg.com/postcss-scss/-/postcss-scss-2.0.0.tgz#248b0a28af77ea7b32b1011aba0f738bda27dea1" @@ -7429,7 +7446,7 @@ postcss-value-parser@^3.0.0, postcss-value-parser@^3.3.0, postcss-value-parser@^ resolved "https://registry.yarnpkg.com/postcss-value-parser/-/postcss-value-parser-3.3.1.tgz#9ff822547e2893213cf1c30efa51ac5fd1ba8281" integrity sha512-pISE66AbVkp4fDQ7VHBwRNXzAAKJjw4Vw7nWI/+Q3vuly7SNfgYXvm6i5IgFylHGK5sP/xHAbB7N49OS4gWNyQ== -postcss-value-parser@^4.0.0: +postcss-value-parser@^4.0.0, postcss-value-parser@^4.0.2: version "4.0.2" resolved "https://registry.yarnpkg.com/postcss-value-parser/-/postcss-value-parser-4.0.2.tgz#482282c09a42706d1fc9a069b73f44ec08391dc9" integrity sha512-LmeoohTpp/K4UiyQCwuGWlONxXamGzCMtFxLq4W1nZVGIQLYvMCJx3yAF9qyyuFpflABI9yVdtJAqbihOsCsJQ== @@ -7443,6 +7460,15 @@ postcss@^7.0.0, postcss@^7.0.1, postcss@^7.0.13, postcss@^7.0.14, postcss@^7.0.1 source-map "^0.6.1" supports-color "^6.1.0" +postcss@^7.0.21: + version "7.0.23" + resolved "https://registry.npm.taobao.org/postcss/download/postcss-7.0.23.tgz?cache=0&sync_timestamp=1574116727709&other_urls=https%3A%2F%2Fregistry.npm.taobao.org%2Fpostcss%2Fdownload%2Fpostcss-7.0.23.tgz#9f9759fad661b15964f3cfc3140f66f1e05eadc1" + integrity sha1-n5dZ+tZhsVlk88/DFA9m8eBercE= + dependencies: + chalk "^2.4.2" + source-map "^0.6.1" + supports-color "^6.1.0" + prelude-ls@~1.1.2: version "1.1.2" resolved "https://registry.yarnpkg.com/prelude-ls/-/prelude-ls-1.1.2.tgz#21932a549f5e52ffd9a827f570e04be62a97da54" @@ -8754,17 +8780,17 @@ stylelint-config-rational-order@^0.1.2: stylelint "^9.10.1" stylelint-order "^2.2.1" -stylelint-config-recommended@^2.2.0: - version "2.2.0" - resolved "https://registry.yarnpkg.com/stylelint-config-recommended/-/stylelint-config-recommended-2.2.0.tgz#46ab139db4a0e7151fd5f94af155512886c96d3f" - integrity sha512-bZ+d4RiNEfmoR74KZtCKmsABdBJr4iXRiCso+6LtMJPw5rd/KnxUWTxht7TbafrTJK1YRjNgnN0iVZaJfc3xJA== +stylelint-config-recommended@^3.0.0: + version "3.0.0" + resolved "https://registry.npm.taobao.org/stylelint-config-recommended/download/stylelint-config-recommended-3.0.0.tgz#e0e547434016c5539fe2650afd58049a2fd1d657" + integrity sha1-4OVHQ0AWxVOf4mUK/VgEmi/R1lc= -stylelint-config-standard@^18.3.0: - version "18.3.0" - resolved "https://registry.yarnpkg.com/stylelint-config-standard/-/stylelint-config-standard-18.3.0.tgz#a2a1b788d2cf876c013feaff8ae276117a1befa7" - integrity sha512-Tdc/TFeddjjy64LvjPau9SsfVRexmTFqUhnMBrzz07J4p2dVQtmpncRF/o8yZn8ugA3Ut43E6o1GtjX80TFytw== +stylelint-config-standard@^19.0.0: + version "19.0.0" + resolved "https://registry.npm.taobao.org/stylelint-config-standard/download/stylelint-config-standard-19.0.0.tgz?cache=0&other_urls=https%3A%2F%2Fregistry.npm.taobao.org%2Fstylelint-config-standard%2Fdownload%2Fstylelint-config-standard-19.0.0.tgz#66f0cf13f33b8a9e34965881493b38fc1313693a" + integrity sha1-ZvDPE/M7ip40lliBSTs4/BMTaTo= dependencies: - stylelint-config-recommended "^2.2.0" + stylelint-config-recommended "^3.0.0" stylelint-order@^2.2.1: version "2.2.1" @@ -8775,19 +8801,19 @@ stylelint-order@^2.2.1: postcss "^7.0.2" postcss-sorting "^4.1.0" -stylelint-order@^3.0.1: - version "3.1.0" - resolved "https://registry.yarnpkg.com/stylelint-order/-/stylelint-order-3.1.0.tgz#e35fce453ae9ed71a2185af36b2bb45e62a9ce75" - integrity sha512-0BGQhRWOcdPi4oDVuInOHiXWzgCB9vEwJt5fvBre/I/brXLIumC9uiiAc3E6xUiUdWEmU2OLzAop8LK8UY0X0A== +stylelint-order@^3.1.1: + version "3.1.1" + resolved "https://registry.npm.taobao.org/stylelint-order/download/stylelint-order-3.1.1.tgz?cache=0&sync_timestamp=1568644934943&other_urls=https%3A%2F%2Fregistry.npm.taobao.org%2Fstylelint-order%2Fdownload%2Fstylelint-order-3.1.1.tgz#ba9ea6844d1482f97f31204e7c9605c7b792c294" + integrity sha1-up6mhE0Ugvl/MSBOfJYFx7eSwpQ= dependencies: lodash "^4.17.15" postcss "^7.0.17" postcss-sorting "^5.0.1" -stylelint@^10.1.0: - version "10.1.0" - resolved "https://registry.yarnpkg.com/stylelint/-/stylelint-10.1.0.tgz#1bc4c4ce878107e7c396b19226d91ba28268911a" - integrity sha512-OmlUXrgzEMLQYj1JPTpyZPR9G4bl0StidfHnGJEMpdiQ0JyTq0MPg1xkHk1/xVJ2rTPESyJCDWjG8Kbpoo7Kuw== +stylelint@^11.1.1: + version "11.1.1" + resolved "https://registry.npm.taobao.org/stylelint/download/stylelint-11.1.1.tgz#6dbbb348036576ac6b033ddfedba72a877c1d6bb" + integrity sha1-bbuzSANldqxrAz3f7bpyqHfB1rs= dependencies: autoprefixer "^9.5.1" balanced-match "^1.0.0" @@ -8804,29 +8830,28 @@ stylelint@^10.1.0: ignore "^5.0.6" import-lazy "^4.0.0" imurmurhash "^0.1.4" - known-css-properties "^0.14.0" + known-css-properties "^0.16.0" leven "^3.1.0" - lodash "^4.17.11" + lodash "^4.17.14" log-symbols "^3.0.0" mathml-tag-names "^2.1.0" meow "^5.0.0" micromatch "^4.0.0" normalize-selector "^0.2.0" - pify "^4.0.1" postcss "^7.0.14" postcss-html "^0.36.0" - postcss-jsx "^0.36.1" + postcss-jsx "^0.36.3" postcss-less "^3.1.4" postcss-markdown "^0.36.0" postcss-media-query-parser "^0.2.3" postcss-reporter "^6.0.1" postcss-resolve-nested-selector "^0.1.1" postcss-safe-parser "^4.0.1" - postcss-sass "^0.3.5" + postcss-sass "^0.4.1" postcss-scss "^2.0.0" postcss-selector-parser "^3.1.0" postcss-syntax "^0.36.2" - postcss-value-parser "^3.3.1" + postcss-value-parser "^4.0.2" resolve-from "^5.0.0" signal-exit "^3.0.2" slash "^3.0.0" @@ -8837,6 +8862,7 @@ stylelint@^10.1.0: sugarss "^2.0.0" svg-tags "^1.0.0" table "^5.2.3" + v8-compile-cache "^2.1.0" stylelint@^9.10.1: version "9.10.1" @@ -9578,7 +9604,7 @@ v8-compile-cache@2.0.3: resolved "https://registry.yarnpkg.com/v8-compile-cache/-/v8-compile-cache-2.0.3.tgz#00f7494d2ae2b688cfe2899df6ed2c54bef91dbe" integrity sha512-CNmdbwQMBjwr9Gsmohvm0pbL954tJrNzf6gWL3K+QMQf00PF7ERGrEiLgjuU3mKreLC2MeGhUsNV9ybTbLgd3w== -v8-compile-cache@^2.0.0, v8-compile-cache@^2.0.3: +v8-compile-cache@^2.0.0, v8-compile-cache@^2.0.3, v8-compile-cache@^2.1.0: version "2.1.0" resolved "https://registry.yarnpkg.com/v8-compile-cache/-/v8-compile-cache-2.1.0.tgz#e14de37b31a6d194f5690d67efc4e7f6fc6ab30e" integrity sha512-usZBT3PW+LOjM25wbqIlZwPeJV+3OSz3M1k1Ws8snlW39dZyYL9lOGC5FgPVHfk0jKmjiDV8Z0mIbVQPiwFs7g==