Skip to content

Commit

Permalink
add built js files to eslint ignore (#30737)
Browse files Browse the repository at this point in the history
For the rare case that some overzealous tooling wants to lint our output
files.
  • Loading branch information
silverwind authored Apr 28, 2024
1 parent 81a0a03 commit d89bf3d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .eslintrc.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ reportUnusedDisableDirectives: true
ignorePatterns:
- /web_src/js/vendor
- /web_src/fomantic
- /public/assets/js

parserOptions:
sourceType: module
Expand Down

0 comments on commit d89bf3d

Please sign in to comment.