diff options
author | silverwind <me@silverwind.io> | 2023-06-18 06:22:09 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-06-18 04:22:09 +0000 |
commit | 61e0827f42cc90044944c5c0342527a2f0c2bf7d (patch) | |
tree | 633521d41e94ea4a06a4c4ef028cda6416e5bac1 /package-lock.json | |
parent | 95ab48549033e19bb9567b5b238c342e022d1d10 (diff) | |
download | gitea-61e0827f42cc90044944c5c0342527a2f0c2bf7d.tar.gz gitea-61e0827f42cc90044944c5c0342527a2f0c2bf7d.zip |
Add `stylelint-declaration-block-no-ignored-properties` (#25284)
Add
[stylelint-declaration-block-no-ignored-properties](https://github.com/kristerkari/stylelint-declaration-block-no-ignored-properties)
and fix discovered issue. There is no visual difference in these markup
code blocks.
Diffstat (limited to 'package-lock.json')
-rw-r--r-- | package-lock.json | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/package-lock.json b/package-lock.json index 923a4a10d5..ab488c6af7 100644 --- a/package-lock.json +++ b/package-lock.json @@ -75,6 +75,7 @@ "markdownlint-cli": "0.34.0", "postcss-html": "1.5.0", "stylelint": "15.7.0", + "stylelint-declaration-block-no-ignored-properties": "2.7.0", "stylelint-declaration-strict-value": "1.9.2", "stylelint-stylistic": "0.4.2", "svgo": "3.0.2", @@ -9777,6 +9778,18 @@ "url": "https://opencollective.com/stylelint" } }, + "node_modules/stylelint-declaration-block-no-ignored-properties": { + "version": "2.7.0", + "resolved": "https://registry.npmjs.org/stylelint-declaration-block-no-ignored-properties/-/stylelint-declaration-block-no-ignored-properties-2.7.0.tgz", + "integrity": "sha512-44SpI9+9Oc1ICuwwRfwS/3npQ2jPobDSTnwWdNgZGryGqQCp17CgEIWjCv1BgUOSzND3RqywNCNLKvO1AOxbfg==", + "dev": true, + "engines": { + "node": ">=6" + }, + "peerDependencies": { + "stylelint": "^7.0.0 || ^8.0.0 || ^9.0.0 || ^10.0.0 || ^11.0.0 || ^12.0.0 || ^13.0.0 || ^14.0.0 || ^15.0.0" + } + }, "node_modules/stylelint-declaration-strict-value": { "version": "1.9.2", "resolved": "https://registry.npmjs.org/stylelint-declaration-strict-value/-/stylelint-declaration-strict-value-1.9.2.tgz", |