Skip to content

Commit

Permalink
chore: update eslint for e2e test
Browse files Browse the repository at this point in the history
  • Loading branch information
ldhyen99 committed Feb 24, 2025
1 parent f47c50d commit 59e6d89
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .eslintignore
Original file line number Diff line number Diff line change
Expand Up @@ -9,4 +9,4 @@ integration
node_modules
.next
packages/untp-playground/infra
e2e

2 changes: 1 addition & 1 deletion .eslintrc.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
// TODO: Enable linting for documentation folder
"ignorePatterns": [
"documentation",
"cypress"
"e2e"
],
"plugins": [
"@typescript-eslint",
Expand Down

0 comments on commit 59e6d89

Please sign in to comment.