Skip to content

Commit f0b9c6b

Browse files
committed
refactor: wip
1 parent 515577c commit f0b9c6b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/plugin-axe/src/lib/axe-core-polyfilled.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,9 +15,9 @@
1515
* Do NOT import from this file directly. Use safe-axe-core-import.ts instead.
1616
*/
1717
// Import polyfill FIRST to ensure globals are set before axe-core loads
18-
// eslint-disable-next-line import/no-unassigned-import
1918
// Now safe to import axe-core - globals exist due to polyfill import above
2019
import axe from 'axe-core';
20+
// eslint-disable-next-line import/no-unassigned-import
2121
import './jsdom.polyfill.js';
2222

2323
// Re-export axe default and all types used throughout the codebase

0 commit comments

Comments
 (0)