Skip to content

Commit 73ab08e

Browse files
Bump stylelint-config-standard from 36.0.1 to 37.0.0 (internal-2111)
* Bump stylelint-config-standard from 36.0.1 to 37.0.0 Bumps [stylelint-config-standard](https://github.com/stylelint/stylelint-config-standard) from 36.0.1 to 37.0.0. - [Release notes](https://github.com/stylelint/stylelint-config-standard/releases) - [Changelog](https://github.com/stylelint/stylelint-config-standard/blob/main/CHANGELOG.md) - [Commits](stylelint/stylelint-config-standard@36.0.1...37.0.0) --- updated-dependencies: - dependency-name: stylelint-config-standard dependency-type: direct:development update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com> * Fixes after update stylelint-config-standard@37 --------- Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Aleksandr Shoronov <aleksandr.shoronov@mapbox.com>
1 parent 7f9b3db commit 73ab08e

File tree

3 files changed

+13
-15
lines changed

3 files changed

+13
-15
lines changed

.stylelintrc

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,8 @@
66
"at-rule-no-unknown": [true, {
77
"ignoreAtRules": ["svg-load"]
88
}],
9-
"function-no-unknown": [true, {
10-
"ignoreFunctions": ["svg-load", "svg-inline"]
9+
"declaration-property-value-no-unknown": [true, {
10+
"ignoreProperties": {"background-image": ["/^svg-load/", "/^svg-inline/"]}
1111
}],
1212
"selector-no-vendor-prefix": [true, {
1313
"ignoreSelectors": [":-webkit-full-screen"]

package-lock.json

Lines changed: 10 additions & 12 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
@@ -106,7 +106,7 @@
106106
"shuffle-seed": "^1.1.6",
107107
"st": "^3.0.1",
108108
"stylelint": "^16.13.1",
109-
"stylelint-config-standard": "^36.0.1",
109+
"stylelint-config-standard": "^37.0.0",
110110
"tape": "^5.9.0",
111111
"tape-filter": "^1.0.4",
112112
"testem": "^3.15.2",

0 commit comments

Comments
 (0)