From b1dd1ba48f8f3e800e923b748cece80e7ed4956c Mon Sep 17 00:00:00 2001 From: silverwind Date: Fri, 28 Oct 2022 15:40:50 +0200 Subject: 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 Co-authored-by: 6543 <6543@obermui.de> --- .stylelintrc.yaml | 1 + 1 file changed, 1 insertion(+) (limited to '.stylelintrc.yaml') 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 -- cgit v1.2.3