0
0
Fork 0
mirror of https://github.com/go-gitea/gitea synced 2024-06-06 12:39:17 +02:00

add built js files to eslint ignore

This commit is contained in:
silverwind 2024-04-27 21:14:32 +02:00
parent 7b8e418da1
commit baff59aacb
No known key found for this signature in database
GPG key ID: 2E62B41C93869443

View file

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