diff options
author | silverwind <me@silverwind.io> | 2023-12-30 06:29:03 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-12-30 05:29:03 +0000 |
commit | ce55a74374aa1fe07cfb79ceeb8554aa7a2abce2 (patch) | |
tree | 283f0cf2838aeadcfec3b372854f8a835daa1237 /.stylelintrc.yaml | |
parent | 19b1b698c90d1d3b96a66ffec889a0f5dbc7d162 (diff) | |
download | gitea-ce55a74374aa1fe07cfb79ceeb8554aa7a2abce2.tar.gz gitea-ce55a74374aa1fe07cfb79ceeb8554aa7a2abce2.zip |
Update JS dependencies (#28537)
- Update all JS dependencies excluding mcaptcha (breaking changes) and
stylelint (plugin not compatible with v16)
- Regenerate SVGs
- Update markdownlint rule names
- Fix one issue of heading in markdown discovered during lint
- Update for monaco options renames
- Fix stylelint rule length-zero-no-unit for custom properties
- Tested editor, swagger, sorting, vue, lint
Diffstat (limited to '.stylelintrc.yaml')
-rw-r--r-- | .stylelintrc.yaml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.stylelintrc.yaml b/.stylelintrc.yaml index f889a6867c..d1be3eed82 100644 --- a/.stylelintrc.yaml +++ b/.stylelintrc.yaml @@ -74,7 +74,7 @@ rules: keyframe-declaration-no-important: true keyframe-selector-notation: null keyframes-name-pattern: null - length-zero-no-unit: true + length-zero-no-unit: [true, ignore: [custom-properties], ignoreFunctions: [var]] max-nesting-depth: null media-feature-name-allowed-list: null media-feature-name-disallowed-list: null |