Skip to content

Commit 76378b9

Browse files
committed
fix: eslint errors
1 parent c88ac0c commit 76378b9

File tree

2 files changed

+7
-3
lines changed

2 files changed

+7
-3
lines changed
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
{ "configPath": "../../dist/server/wrangler.json", "auxiliaryWorkers": [] }
1+
{"configPath":"../../dist/server/wrangler.json","auxiliaryWorkers":[]}

packages/devtools-a11y/src/core/utils/custom-audit.utils.ts

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,10 +7,14 @@
77
* - Static elements with interactive handlers
88
*/
99

10-
import type { A11yIssue, CustomRulesConfig } from '../types/types'
11-
import type { SeverityThreshold } from '../types/types'
1210
import { meetsThreshold } from './ally-audit.utils'
1311

12+
import type {
13+
A11yIssue,
14+
CustomRulesConfig,
15+
SeverityThreshold,
16+
} from '../types/types'
17+
1418
/**
1519
* Interactive HTML elements that can receive focus and have implicit roles
1620
*/

0 commit comments

Comments
 (0)