Skip to content

Commit 5fbfdaa

Browse files
committed
Use plugin:import/typescript on e2e eslint config.
1 parent 0cc50e1 commit 5fbfdaa

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed
Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
module.exports = {
2+
root: true,
23
env: {
34
browser: true,
45
node: true,
@@ -7,6 +8,6 @@ module.exports = {
78
parserOptions: {
89
sourceType: 'module',
910
},
10-
extends: ['../../.eslintrc.js'],
11+
extends: ['../../.eslintrc.js', 'plugin:import/typescript'],
1112
ignorePatterns: ['scenarios/**'],
1213
};

0 commit comments

Comments
 (0)