Skip to content

Commit

Permalink
chore: update eslint-plugin-testing-library to v6 (#1792)
Browse files Browse the repository at this point in the history
* chore: update eslint-plugin-testing-library to v6

* chore: update lint-staged to v15.2.9
  • Loading branch information
ripecosta committed Aug 14, 2024
1 parent f1fb5df commit 0fd1620
Show file tree
Hide file tree
Showing 3 changed files with 18 additions and 17 deletions.
3 changes: 2 additions & 1 deletion .eslintrc.json
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,8 @@
"globalThis": false
},
"rules": {
"testing-library/no-node-access": ["error", { "allowContainerFirstChild": true }]
"testing-library/no-node-access": ["error", { "allowContainerFirstChild": true }],
"testing-library/no-manual-cleanup": "off"
}
}
]
Expand Down
28 changes: 14 additions & 14 deletions package-lock.json

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

4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -104,11 +104,11 @@
"eslint-plugin-jest-dom": "^5.4.0",
"eslint-plugin-jsx-a11y": "^6.9.0",
"eslint-plugin-react": "^7.35.0",
"eslint-plugin-testing-library": "^5.11.1",
"eslint-plugin-testing-library": "^6.3.0",
"happy-dom": "^14.12.3",
"husky": "^9.1.4",
"i18next": "^23.12.2",
"lint-staged": "^15.2.8",
"lint-staged": "^15.2.9",
"mkdirp": "^3.0.1",
"prettier": "^3.3.3",
"react": "^18.3.1",
Expand Down

0 comments on commit 0fd1620

Please sign in to comment.