Skip to content

Commit d2f9173

Browse files
Addbotumherirrender
authored andcommitted
Bump stylelint-config-wikimedia from 0.13.1 to 0.14.0
Bumps [stylelint-config-wikimedia](https://github.com/wikimedia/stylelint-config-wikimedia) from 0.13.1 to 0.14.0. - [Release notes](https://github.com/wikimedia/stylelint-config-wikimedia/releases) - [Changelog](https://github.com/wikimedia/stylelint-config-wikimedia/blob/master/CHANGELOG.md) - [Commits](wikimedia/stylelint-config-wikimedia@v0.13.1...v0.14.0) --- updated-dependencies: - dependency-name: stylelint-config-wikimedia dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]> Pull Request: #372 Change-Id: I64493e78fdc3911d2f5eabc15012ccb6535448a6
1 parent bc2aee1 commit d2f9173

File tree

3 files changed

+61
-338
lines changed

3 files changed

+61
-338
lines changed

.stylelintrc.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,8 @@
33
"rules": {
44
"selector-max-id": null,
55
"no-duplicate-selectors": null,
6-
"no-descending-specificity": null
6+
"no-descending-specificity": null,
7+
"selector-pseudo-element-colon-notation": null
78
},
89
"ignoreFiles": [
910
"lib/resources/lib/**"

0 commit comments

Comments
 (0)