Skip to content

Commit

Permalink
Merge pull request #954 from Checkmarx/bug/addJSXSupport
Browse files Browse the repository at this point in the history
Support for jsx files (AST-70294)
  • Loading branch information
sarahCx authored Dec 4, 2024
2 parents 4847d70 + 45bdd87 commit f407a06
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions internal/params/filters.go
Original file line number Diff line number Diff line change
Expand Up @@ -136,6 +136,7 @@ var BaseIncludeFilters = []string{
"*.cmp",
"Directory.Packages.props",
"*.rs",
"*.jsx",
}

var BaseExcludeFilters = []string{
Expand Down

0 comments on commit f407a06

Please sign in to comment.