Skip to content

Commit d89bf3d

Browse files
authored
add built js files to eslint ignore (#30737)
For the rare case that some overzealous tooling wants to lint our output files.
1 parent 81a0a03 commit d89bf3d

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.eslintrc.yaml

+1
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@ reportUnusedDisableDirectives: true
44
ignorePatterns:
55
- /web_src/js/vendor
66
- /web_src/fomantic
7+
- /public/assets/js
78

89
parserOptions:
910
sourceType: module

0 commit comments

Comments
 (0)