mirror of
https://github.com/go-gitea/gitea
synced 2024-11-07 09:15:53 +01: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:
parent
81a0a031f5
commit
d89bf3d3ec
@ -4,6 +4,7 @@ reportUnusedDisableDirectives: true
|
|||||||
ignorePatterns:
|
ignorePatterns:
|
||||||
- /web_src/js/vendor
|
- /web_src/js/vendor
|
||||||
- /web_src/fomantic
|
- /web_src/fomantic
|
||||||
|
- /public/assets/js
|
||||||
|
|
||||||
parserOptions:
|
parserOptions:
|
||||||
sourceType: module
|
sourceType: module
|
||||||
|
Loading…
Reference in New Issue
Block a user