1
0
Fork 0
mirror of https://codeberg.org/forgejo/forgejo.git synced 2024-11-21 08:31:27 -05:00

chore(eslint): avoid lint the build

This commit is contained in:
Percy Ma 2024-04-25 21:49:18 +08:00
parent b222ec7631
commit 44a1f90308
No known key found for this signature in database
GPG key ID: 6EDBF26A711EA3F9

View file

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