Skip to content

Commit 0f5107a

Browse files
Update eslint.config.js
1 parent 1d4f1f8 commit 0f5107a

1 file changed

Lines changed: 5 additions & 1 deletion

File tree

eslint.config.js

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,11 @@ export default defineConfig([
2525
},
2626
},
2727
settings: {
28-
'import/core-modules': ['da-lit', 'da-y-wrapper'],
28+
'import/core-modules': [
29+
'@playwright/test',
30+
'da-lit',
31+
'da-y-wrapper',
32+
],
2933
},
3034
rules: {
3135
'class-methods-use-this': 0,

0 commit comments

Comments
 (0)