Skip to content

Commit

Permalink
fix: fix plugin name for @testing-library rules in non-React config
Browse files Browse the repository at this point in the history
  • Loading branch information
ph-fritsche committed Mar 22, 2023
1 parent 52ff340 commit 30eac5d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion eslint.config.js
Expand Up @@ -88,7 +88,7 @@ if (moduleExists('react')) {
config.push(
{
plugins: {
'@testing-library': TestingLibrary,
'testing-library': TestingLibrary,
},
rules: TestingLibrary.configs.dom.rules,
},
Expand Down

0 comments on commit 30eac5d

Please sign in to comment.