Skip to content

Commit

Permalink
Update packages/eslint-plugin-react-hooks/__tests__/ESLintRuleExhaust…
Browse files Browse the repository at this point in the history
…iveDeps-test.js

Co-authored-by: lauren <poteto@users.noreply.github.com>
  • Loading branch information
eps1lon and poteto committed Apr 22, 2024
1 parent 5d30424 commit c1f1de3
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -8276,7 +8276,7 @@ describe('rules-of-hooks/exhaustive-deps', () => {
parser: require.resolve('@typescript-eslint/parser-v2'),
parserOptions: parserOptionsV7,
}).run(
'eslint: v9, parser: @typescript-eslint/parser@2.x',
'eslint: v7, parser: @typescript-eslint/parser@2.x',
ReactHooksESLintRule,
testsTypescriptEslintParser
);
Expand Down

0 comments on commit c1f1de3

Please sign in to comment.