Skip to content

Commit ff55f27

Browse files
committed
disable import/first for node-integration-tests
1 parent a015190 commit ff55f27

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

dev-packages/node-integration-tests/.eslintrc.js

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,8 @@ module.exports = {
2828
'ts-expect-error': true,
2929
},
3030
],
31+
// We rely on having imports after init() is called for OTEL
32+
'import/first': 'off',
3133
},
3234
},
3335
],

0 commit comments

Comments
 (0)