Skip to content

Commit 2631b63

Browse files
authored
Remove deprecated stylelint rules which are handled by prettier (matrix-org#10325)
1 parent b8d502b commit 2631b63

File tree

3 files changed

+3
-21
lines changed

3 files changed

+3
-21
lines changed

.stylelintrc.js

+1-8
Original file line numberDiff line numberDiff line change
@@ -1,19 +1,13 @@
11
module.exports = {
2-
extends: ["stylelint-config-standard", "stylelint-config-prettier"],
2+
extends: ["stylelint-config-standard"],
33
customSyntax: require("postcss-scss"),
44
plugins: ["stylelint-scss"],
55
rules: {
6-
"color-hex-case": null,
76
"comment-empty-line-before": null,
87
"declaration-empty-line-before": null,
98
"length-zero-no-unit": null,
109
"rule-empty-line-before": null,
1110
"color-hex-length": null,
12-
"max-empty-lines": 1,
13-
"no-eol-whitespace": true,
14-
"number-no-trailing-zeros": null,
15-
"number-leading-zero": null,
16-
"selector-list-comma-newline-after": null,
1711
"at-rule-no-unknown": null,
1812
"no-descending-specificity": null,
1913
"no-empty-first-line": true,
@@ -35,7 +29,6 @@ module.exports = {
3529
"custom-property-pattern": null,
3630
"selector-id-pattern": null,
3731
"keyframes-name-pattern": null,
38-
"string-quotes": null,
3932
"alpha-value-notation": null,
4033
"color-function-notation": null,
4134
"selector-not-notation": null,

package.json

-1
Original file line numberDiff line numberDiff line change
@@ -212,7 +212,6 @@
212212
"raw-loader": "^4.0.2",
213213
"rimraf": "^4.0.0",
214214
"stylelint": "^15.0.0",
215-
"stylelint-config-prettier": "^9.0.4",
216215
"stylelint-config-standard": "^30.0.0",
217216
"stylelint-scss": "^4.2.0",
218217
"typescript": "4.9.5",

yarn.lock

+2-12
Original file line numberDiff line numberDiff line change
@@ -2815,11 +2815,6 @@ arrify@^1.0.1:
28152815
resolved "https://registry.yarnpkg.com/arrify/-/arrify-1.0.1.tgz#898508da2226f380df904728456849c1501a4b0d"
28162816
integrity sha512-3CYzex9M9FGQjCGMGyi6/31c8GJbgb0qGyrx5HWxPd0aCwh4cB2YjMb2Xf9UuoogrMrlO9cTqnB5rI5GHZTcUA==
28172817

2818-
asap@~2.0.3:
2819-
version "2.0.6"
2820-
resolved "https://registry.yarnpkg.com/asap/-/asap-2.0.6.tgz#e50347611d7e690943208bbdafebcbc2fb866d46"
2821-
integrity sha512-BSHWgDSAiKs50o2Re8ppvp3seVHXSRM44cdSsT9FfNEUUZLOGWVCsiWaRPWM1Znn+mqZ1OfVZ3z3DWEzSp7hRA==
2822-
28232818
asn1@~0.2.3:
28242819
version "0.2.6"
28252820
resolved "https://registry.yarnpkg.com/asn1/-/asn1-0.2.6.tgz#0d3a7bb6e64e02a90c0303b31f292868ea09a08d"
@@ -6393,7 +6388,7 @@ loglevel@^1.7.1:
63936388
resolved "https://registry.yarnpkg.com/loglevel/-/loglevel-1.8.1.tgz#5c621f83d5b48c54ae93b6156353f555963377b4"
63946389
integrity sha512-tCRIJM51SHjAayKwC+QAg8hT8vg6z7GSgLJKGvzuPb1Wc+hLzqtuVLxp6/HzSPOozuK+8ErAhy7U/sVzw8Dgfg==
63956390

6396-
loose-envify@^1.0.0, loose-envify@^1.1.0, loose-envify@^1.4.0:
6391+
loose-envify@^1.1.0, loose-envify@^1.4.0:
63976392
version "1.4.0"
63986393
resolved "https://registry.yarnpkg.com/loose-envify/-/loose-envify-1.4.0.tgz#71ee51fa7be4caec1a63839f7e682d8132d30caf"
63996394
integrity sha512-lyuxPGr/Wfhrlem2CL/UcnUc1zcqKAImBDzukY7Y5F/yQiNdko6+fRLevlw1HgMySw7f611UIY408EtxRSoK3Q==
@@ -6743,7 +6738,7 @@ node-fetch@2:
67436738
dependencies:
67446739
whatwg-url "^5.0.0"
67456740

6746-
node-fetch@2.6.7, node-fetch@^2.6.7:
6741+
node-fetch@^2.6.7:
67476742
version "2.6.7"
67486743
resolved "https://registry.yarnpkg.com/node-fetch/-/node-fetch-2.6.7.tgz#24de9fba827e3b4ae44dc8b20256a379160052ad"
67496744
integrity sha512-ZjMPFEfVx5j+y2yF35Kzx5sF7kDzxuDj6ziH4FFbOp87zKDZNx8yExJIb05OGF4Nlt9IHFIMBkRl41VdvcNdbQ==
@@ -8129,11 +8124,6 @@ style-search@^0.1.0:
81298124
resolved "https://registry.yarnpkg.com/style-search/-/style-search-0.1.0.tgz#7958c793e47e32e07d2b5cafe5c0bf8e12e77902"
81308125
integrity sha512-Dj1Okke1C3uKKwQcetra4jSuk0DqbzbYtXipzFlFMZtowbF1x7BKJwB9AayVMyFARvU8EDrZdcax4At/452cAg==
81318126

8132-
stylelint-config-prettier@^9.0.4:
8133-
version "9.0.5"
8134-
resolved "https://registry.yarnpkg.com/stylelint-config-prettier/-/stylelint-config-prettier-9.0.5.tgz#9f78bbf31c7307ca2df2dd60f42c7014ee9da56e"
8135-
integrity sha512-U44lELgLZhbAD/xy/vncZ2Pq8sh2TnpiPvo38Ifg9+zeioR+LAkHu0i6YORIOxFafZoVg0xqQwex6e6F25S5XA==
8136-
81378127
stylelint-config-recommended@^10.0.1:
81388128
version "10.0.1"
81398129
resolved "https://registry.yarnpkg.com/stylelint-config-recommended/-/stylelint-config-recommended-10.0.1.tgz#25a8828acf6cde87dac6db2950c8c4ed82a69ae1"

0 commit comments

Comments
 (0)