Skip to content

Commit d9cf1ef

Browse files
committed
bump sort imports plugin for vuln
1 parent ba3a383 commit d9cf1ef

File tree

3 files changed

+17
-56
lines changed

3 files changed

+17
-56
lines changed

.eslintrc.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@
6363
"rules": {
6464
"playwright/expect-expect": [
6565
"warn",
66-
{ "additionalAssertFunctionNames": ["expectVisible"] }
66+
{ "additionalAssertFunctionNames": ["expectVisible", "expectRowVisible"] }
6767
]
6868
}
6969
}

package-lock.json

Lines changed: 15 additions & 54 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@
7979
"@testing-library/dom": "^9.3.3",
8080
"@testing-library/jest-dom": "^6.1.4",
8181
"@testing-library/react": "^14.0.0",
82-
"@trivago/prettier-plugin-sort-imports": "4.2.0",
82+
"@trivago/prettier-plugin-sort-imports": "4.2.1",
8383
"@types/lodash.throttle": "^4.1.7",
8484
"@types/mousetrap": "^1.6.12",
8585
"@types/node": "^18.18.5",

0 commit comments

Comments
 (0)