Skip to content

Commit 6c818d0

Browse files
committed
bump stylelint
1 parent 8baa2af commit 6c818d0

File tree

10 files changed

+515
-535
lines changed

10 files changed

+515
-535
lines changed

package-lock.json

Lines changed: 512 additions & 522 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@
5050
"@changesets/cli": "^2.26.1",
5151
"@csstools/postcss-sass": "^5.0.1",
5252
"@github/prettier-config": "^0.0.6",
53-
"@primer/stylelint-config": "^12.7.1",
53+
"@primer/stylelint-config": "^12.8.0",
5454
"autoprefixer": "^10.4.13",
5555
"chokidar-cli": "^3.0.0",
5656
"cssstats": "^4.0.5",

src/layout/page-layout.scss

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -14,12 +14,10 @@ $Layout-responsive-variant-max-breakpoint: 'md' !default;
1414
--Layout-row-gap: #{$spacer-3};
1515

1616
// the `px` unit is mandatory for `calc()` execution. See https://stackoverflow.com/a/32518348
17-
// stylelint-disable length-zero-no-unit
1817
--Layout-outer-spacing-x: 0px; // wrapper margin x
1918
--Layout-outer-spacing-y: 0px; // wrapper margin y
2019
--Layout-inner-spacing-min: 0px; // default region padding
2120
--Layout-inner-spacing-max: 0px; // relaxed content horizontal padding
22-
// stylelint-enable length-zero-no-unit
2321
}
2422

2523
// Layout beta mixins
@@ -378,7 +376,6 @@ $Layout-responsive-variant-max-breakpoint: 'md' !default;
378376

379377
.PageLayout--columnGap-none {
380378
// the `px` unit is mandatory for `calc()` execution. See https://stackoverflow.com/a/32518348
381-
// stylelint-disable-next-line length-zero-no-unit
382379
--Layout-column-gap: 0px;
383380
}
384381

@@ -394,7 +391,6 @@ $Layout-responsive-variant-max-breakpoint: 'md' !default;
394391

395392
.PageLayout--rowGap-none {
396393
// the `px` unit is mandatory for `calc()` execution. See https://stackoverflow.com/a/32518348
397-
// stylelint-disable length-zero-no-unit
398394
--Layout-row-gap: 0px;
399395
}
400396

src/marketing/utilities/layout.scss

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
11
// Layout utilities
2-
// stylelint-disable block-opening-brace-space-before
32

43
// Responsive utilities to position content
54
// No utilities for sm and xl breakpoints

src/utilities/borders.scss

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
// Core border utilities
2-
// stylelint-disable block-opening-brace-space-before, primer/borders
2+
// stylelint-disable primer/borders
33

44
/* Add a gray border to the left and right */
55
.border-x {

src/utilities/colors.scss

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
// stylelint-disable block-opening-brace-space-before
21

32
// Foreground
43

src/utilities/flexbox.scss

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
11
// Flex utility classes
2-
// stylelint-disable block-opening-brace-space-before
32
@each $breakpoint, $variant in $responsive-variants {
43
@include breakpoint($breakpoint) {
54
// Flexbox classes

src/utilities/layout.scss

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
// Layout
2-
// stylelint-disable block-opening-brace-space-before, comment-empty-line-before
2+
// stylelint-disable comment-empty-line-before
33

44
/* Position */
55
@each $breakpoint, $variant in $responsive-variants {

src/utilities/margin.scss

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,4 @@
11
// Margin spacer utilities
2-
// stylelint-disable block-opening-brace-space-before
3-
// stylelint-disable declaration-colon-space-before
42
// stylelint-disable comment-empty-line-before
53
// stylelint-disable primer/spacing
64

src/utilities/padding.scss

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
11
// Padding spacer utilities
2-
// stylelint-disable block-opening-brace-space-before
32
// stylelint-disable comment-empty-line-before
43
// stylelint-disable primer/spacing
54

0 commit comments

Comments
 (0)