diff options
author | silverwind <me@silverwind.io> | 2023-07-21 05:34:10 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-07-21 11:34:10 +0800 |
commit | 2b6f2243366b6640a4a322b33b419445c710cba9 (patch) | |
tree | 44770879fc1800e856c165cdaf0742efd3e931ae /.stylelintrc.yaml | |
parent | d021c88d297ca030a1207fc6a5adbea4341eb48c (diff) | |
download | gitea-2b6f2243366b6640a4a322b33b419445c710cba9.tar.gz gitea-2b6f2243366b6640a4a322b33b419445c710cba9.zip |
Update JS dependencies (#26025)
- Update all JS dependencies
- Tweak eslint config, disable SequenceExpression aka. [Comma
operator](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Operators/Comma_operator),
remove deprecated rule
- Add new stylelint rule
- Tested Monaco and Swagger
Diffstat (limited to '.stylelintrc.yaml')
-rw-r--r-- | .stylelintrc.yaml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.stylelintrc.yaml b/.stylelintrc.yaml index a96589f1e8..f30d79d71f 100644 --- a/.stylelintrc.yaml +++ b/.stylelintrc.yaml @@ -84,6 +84,7 @@ rules: media-feature-name-value-allowed-list: null media-feature-name-value-no-unknown: true media-feature-range-notation: null + media-query-no-invalid: true named-grid-areas-no-invalid: true no-descending-specificity: null no-duplicate-at-import-rules: true |