0
0
mirror of https://github.com/go-gitea/gitea.git synced 2025-10-22 00:14:59 -04:00

Update stylelint, enable report* options (#35236)

- Update stylelint
- Enable three [`report*`
directives](https://stylelint.io/user-guide/configure/#report)
- Fix discovered issues
This commit is contained in:
silverwind
2025-08-08 18:52:49 +02:00
committed by GitHub
parent ef613ee760
commit c4c1a4bd18
5 changed files with 10 additions and 7 deletions

View File

@@ -10,6 +10,9 @@ const cssVarFiles = [
export default defineConfig({
extends: 'stylelint-config-recommended',
reportUnscopedDisables: true,
reportNeedlessDisables: true,
reportInvalidScopeDisables: true,
plugins: [
'stylelint-declaration-strict-value',
'stylelint-declaration-block-no-ignored-properties',