diff options
author | silverwind <me@silverwind.io> | 2022-02-25 21:08:35 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-02-25 15:08:35 -0500 |
commit | 65689f6b37d463f369e1b006c5b4f306dacb016c (patch) | |
tree | 8425f235b7d5515440f3e75e5dd9df6d722a0cc9 /.stylelintrc | |
parent | a5e8daee737fa2c3c191cc542d0f8e239f81f0f9 (diff) | |
download | gitea-65689f6b37d463f369e1b006c5b4f306dacb016c.tar.gz gitea-65689f6b37d463f369e1b006c5b4f306dacb016c.zip |
Update JS dependencies (#18898)
- Updated all JS dependencies minus Vue (update 2 to 3 requires a ton of
work and is probably blocked by dependencies)
- Tested editor, swagger-ui
Diffstat (limited to '.stylelintrc')
-rw-r--r-- | .stylelintrc | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.stylelintrc b/.stylelintrc index df9e269c50..9bad55d371 100644 --- a/.stylelintrc +++ b/.stylelintrc @@ -14,6 +14,7 @@ rules: declaration-block-no-redundant-longhand-properties: null declaration-block-single-line-max-declarations: null declaration-empty-line-before: null + function-no-unknown: null hue-degree-notation: null indentation: 2 max-line-length: null |