Skip to content

Commit

Permalink
[Issue #2029] temp update files for merge
Browse files Browse the repository at this point in the history
  • Loading branch information
acouch committed Sep 18, 2024
1 parent ab6465a commit 22562ce
Show file tree
Hide file tree
Showing 6 changed files with 17,679 additions and 10,665 deletions.
3 changes: 0 additions & 3 deletions api/.gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,3 @@ coverage.*

#e2e
/test-results/

# localstack
/volume
2 changes: 0 additions & 2 deletions frontend/.eslintrc.js
Original file line number Diff line number Diff line change
Expand Up @@ -51,8 +51,6 @@ module.exports = {
"@typescript-eslint/no-explicit-any": "error",
// Just warn since playwright tests may not use screen the way jest would
"testing-library/prefer-screen-queries": "warn",
// Prevent unnecessary console statements
"no-console": ["error", { allow: ["warn", "error"] }],
},
},
],
Expand Down
4 changes: 0 additions & 4 deletions frontend/.gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,3 @@ npm-debug.log*
/playwright-report/
/blob-report/
/playwright/.cache/

# pa11y
screenshots-output/*
pa11y_output.txt
Loading

0 comments on commit 22562ce

Please sign in to comment.