Skip to content

Commit

Permalink
remove undefined exports
Browse files Browse the repository at this point in the history
  • Loading branch information
Gozala committed Jun 13, 2022
1 parent 6a7dbc6 commit 2c672aa
Show file tree
Hide file tree
Showing 6 changed files with 0 additions and 25 deletions.
4 changes: 0 additions & 4 deletions src/bases/interface.js
Original file line number Diff line number Diff line change
@@ -1,5 +1 @@
// this is dummy module overlayed by interface.ts
// just trying to stop eslint from campaining about
// no named exports
// eslint-disable-next-line no-void, no-shadow-restricted-names
export const undefined = void 0
4 changes: 0 additions & 4 deletions src/block/interface.js
Original file line number Diff line number Diff line change
@@ -1,5 +1 @@
// this is dummy module overlayed by interface.ts
// just trying to stop eslint from campaining about
// no named exports
// eslint-disable-next-line no-void, no-shadow-restricted-names
export const undefined = void 0
4 changes: 0 additions & 4 deletions src/cid/interface.js
Original file line number Diff line number Diff line change
@@ -1,5 +1 @@
// this is dummy module overlayed by interface.ts
// just trying to stop eslint from campaining about
// no named exports
// eslint-disable-next-line no-void, no-shadow-restricted-names
export const undefined = void 0
4 changes: 0 additions & 4 deletions src/codecs/interface.js
Original file line number Diff line number Diff line change
@@ -1,5 +1 @@
// this is dummy module overlayed by interface.ts
// just trying to stop eslint from campaining about
// no named exports
// eslint-disable-next-line no-void, no-shadow-restricted-names
export const undefined = void 0
4 changes: 0 additions & 4 deletions src/hashes/interface.js
Original file line number Diff line number Diff line change
@@ -1,5 +1 @@
// this is dummy module overlayed by interface.ts
// just trying to stop eslint from campaining about
// no named exports
// eslint-disable-next-line no-void, no-shadow-restricted-names
export const undefined = void 0
5 changes: 0 additions & 5 deletions src/interface.js
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,3 @@ export * from './hashes/interface.js'
export * from './codecs/interface.js'
export * from './cid/interface.js'
export * from './block/interface.js'

// just trying to stop eslint from campaining about
// no named exports
// eslint-disable-next-line no-void, no-shadow-restricted-names
export const undefined = void 0

0 comments on commit 2c672aa

Please sign in to comment.