Skip to content

Commit 3a9a8fe

Browse files
authored
chore: fix workflows error (#754)
1 parent da87e81 commit 3a9a8fe

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

eslint.config.mjs

+7
Original file line numberDiff line numberDiff line change
@@ -235,4 +235,11 @@ export default [
235235
"import/no-named-as-default-member": "off",
236236
},
237237
},
238+
{
239+
files: ["tests/fixtures/integrations/eslint-plugin/eslint.config.mjs"],
240+
rules: {
241+
"import/no-unresolved": "off",
242+
"n/no-missing-import": "off",
243+
},
244+
},
238245
]

0 commit comments

Comments
 (0)