Skip to content

Commit

Permalink
bump sort imports plugin for vuln
Browse files Browse the repository at this point in the history
  • Loading branch information
david-crespo committed Oct 25, 2023
1 parent ba3a383 commit d9cf1ef
Show file tree
Hide file tree
Showing 3 changed files with 17 additions and 56 deletions.
2 changes: 1 addition & 1 deletion .eslintrc.json
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@
"rules": {
"playwright/expect-expect": [
"warn",
{ "additionalAssertFunctionNames": ["expectVisible"] }
{ "additionalAssertFunctionNames": ["expectVisible", "expectRowVisible"] }
]
}
}
Expand Down
69 changes: 15 additions & 54 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@
"@testing-library/dom": "^9.3.3",
"@testing-library/jest-dom": "^6.1.4",
"@testing-library/react": "^14.0.0",
"@trivago/prettier-plugin-sort-imports": "4.2.0",
"@trivago/prettier-plugin-sort-imports": "4.2.1",
"@types/lodash.throttle": "^4.1.7",
"@types/mousetrap": "^1.6.12",
"@types/node": "^18.18.5",
Expand Down

0 comments on commit d9cf1ef

Please sign in to comment.