Skip to content

Commit

Permalink
disable hook rule in place where it does not matter
Browse files Browse the repository at this point in the history
  • Loading branch information
frontendphil committed Dec 12, 2024
1 parent b7f93b0 commit a58999a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion extension/e2e/utils/fixture.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
/* eslint-disable no-empty-pattern */
/* eslint-disable no-empty-pattern, react-hooks/rules-of-hooks */
import { test as base, chromium, type BrowserContext } from '@playwright/test'
import { fileURLToPath } from 'url'

Expand Down

0 comments on commit a58999a

Please sign in to comment.