1
1
mirror of https://github.com/go-gitea/gitea synced 2025-08-06 01:28:20 +00:00

Ignore fomantic folder in linters (#30200)

We are not linting these files but editor integrations will still try to
lint, disable that.
This commit is contained in:
silverwind
2024-03-31 13:41:28 +02:00
committed by GitHub
parent f691721714
commit 38d56ca106
2 changed files with 2 additions and 0 deletions

View File

@@ -3,6 +3,7 @@ reportUnusedDisableDirectives: true
ignorePatterns:
- /web_src/js/vendor
- /web_src/fomantic
parserOptions:
sourceType: module