Skip to content

Commit 5d699cc

Browse files
committed
chore: fix lint
1 parent 9240912 commit 5d699cc

2 files changed

Lines changed: 5 additions & 0 deletions

File tree

packages/hw-device-sdk/src/index.test.ts

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
// TODO: Remove this once the package has actual exports.
2+
/* eslint-disable import-x/unambiguous */
3+
14
describe('index', () => {
25
it('does nothing', () => {
36
expect(true).toBe(true);
Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
// TODO: Remove this once the package has actual exports.
2+
/* eslint-disable import-x/unambiguous */

0 commit comments

Comments
 (0)