aboutsummaryrefslogtreecommitdiffstats
path: root/.stylelintrc.yaml
diff options
context:
space:
mode:
authorsilverwind <me@silverwind.io>2022-10-28 15:40:50 +0200
committerGitHub <noreply@github.com>2022-10-28 09:40:50 -0400
commitb1dd1ba48f8f3e800e923b748cece80e7ed4956c (patch)
treee52545497415a1f9b516fb19edc7ddd1439fc113 /.stylelintrc.yaml
parentf337c32e868381c6d2d948221aca0c59f8420c13 (diff)
downloadgitea-b1dd1ba48f8f3e800e923b748cece80e7ed4956c.tar.gz
gitea-b1dd1ba48f8f3e800e923b748cece80e7ed4956c.zip
Update JS dependencies and misc tweaks (#21583)
- Update all JS dependencies to latest version - Disable two redundant eslint rules - Adapt stylelint config to codebase - Regenerate SVGs - Make file editor spinner "reserve" height so page does not shift - Tested katex, swagger, monaco Co-authored-by: Lunny Xiao <xiaolunwen@gmail.com> Co-authored-by: 6543 <6543@obermui.de>
Diffstat (limited to '.stylelintrc.yaml')
-rw-r--r--.stylelintrc.yaml1
1 files changed, 1 insertions, 0 deletions
diff --git a/.stylelintrc.yaml b/.stylelintrc.yaml
index 9bad55d371..342bf6a4e8 100644
--- a/.stylelintrc.yaml
+++ b/.stylelintrc.yaml
@@ -16,6 +16,7 @@ rules:
declaration-empty-line-before: null
function-no-unknown: null
hue-degree-notation: null
+ import-notation: string
indentation: 2
max-line-length: null
no-descending-specificity: null