add built js files to eslint ignore (#30737)
For the rare case that some overzealous tooling wants to lint our output files. (cherry picked from commit d89bf3d3ec933c11f4ee7e4e714804d5815afa75)
This commit is contained in:
parent
d50efa626a
commit
60c78658ef
1 changed files with 1 additions and 0 deletions
|
@ -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 a new issue