Skip to content

Commit

Permalink
EDSC-4351: Fixes linter issues
Browse files Browse the repository at this point in the history
  • Loading branch information
macrouch committed Jan 21, 2025
1 parent ab11150 commit f728ad3
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 3 deletions.
1 change: 1 addition & 0 deletions .eslintignore
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
dist
tmp
playwright-report
cdk.out
2 changes: 1 addition & 1 deletion cdk/earthdata-search-infrastructure/jest.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -5,4 +5,4 @@ module.exports = {
transform: {
'^.+\\.tsx?$': 'ts-jest'
}
};
}
2 changes: 1 addition & 1 deletion cdk/earthdata-search-static/jest.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -5,4 +5,4 @@ module.exports = {
transform: {
'^.+\\.tsx?$': 'ts-jest'
}
};
}
2 changes: 1 addition & 1 deletion cdk/earthdata-search/jest.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -5,4 +5,4 @@ module.exports = {
transform: {
'^.+\\.tsx?$': 'ts-jest'
}
};
}

0 comments on commit f728ad3

Please sign in to comment.