Skip to content

Commit

Permalink
Refactoring: give JavaSCript files with JSX the extension .jsx to pre…
Browse files Browse the repository at this point in the history
…pate for ejection of Create React App.
  • Loading branch information
fniessink committed Jan 31, 2025
1 parent be362ad commit b9a3f6f
Show file tree
Hide file tree
Showing 148 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion components/frontend/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@
"resetMocks": false,
"coveragePathIgnorePatterns": [
"<rootDir>/node_modules/",
"<rootDir>/src/index.js"
"<rootDir>/src/index.jsx"
]
},
"browserslist": [
Expand Down
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
2 changes: 1 addition & 1 deletion sonar-project.properties
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ sonar.python.version=3.13

# Exclude third party software and generated code from analysis
sonar.exclusions=**/coverage/**/*,**/build/**/*,**/node_modules/**/*
sonar.coverage.exclusions=components/frontend/coverage/**/*,**/*.test.js,**/src/index.js,**/setupTests.js,**/ci/**/*,**/build/**/*,docs/**/*,**/setup.py,**/tests/*.py
sonar.coverage.exclusions=components/frontend/coverage/**/*,**/*.test.js,**/src/index.jsx,**/setupTests.js,**/ci/**/*,**/build/**/*,docs/**/*,**/setup.py,**/tests/*.py

# Unit tests
sonar.python.xunit.reportPath=components/**/build/unittests.xml
Expand Down

0 comments on commit b9a3f6f

Please sign in to comment.