1
1
mirror of https://github.com/go-gitea/gitea synced 2024-06-07 20:05:47 +00:00

add built js files to eslint ignore (#30737)

For the rare case that some overzealous tooling wants to lint our output
files.
This commit is contained in:
silverwind 2024-04-28 16:27:14 +02:00 committed by GitHub
parent 81a0a031f5
commit d89bf3d3ec
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

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