File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 99 "rules": {
1010 "@typescript-eslint/explicit-module-boundary-types": "off",
1111 "@typescript-eslint/ban-ts-comment": "off"
12- },
13- "ignorePatterns": [
14- "dist",
15- "vendor",
16- "**/interface.js"
17- ]
12+ }
1813}
Original file line number Diff line number Diff line change 11// this is dummy module overlayed by interface.ts
2+ // just trying to stop eslint from campaining about
3+ // no named exports
4+ // eslint-disable-next-line no-void, no-shadow-restricted-names
5+ export const undefined = void 0
Original file line number Diff line number Diff line change 11// this is dummy module overlayed by interface.ts
2+ // just trying to stop eslint from campaining about
3+ // no named exports
4+ // eslint-disable-next-line no-void, no-shadow-restricted-names
5+ export const undefined = void 0
Original file line number Diff line number Diff line change 11// this is dummy module overlayed by interface.ts
2+ // just trying to stop eslint from campaining about
3+ // no named exports
4+ // eslint-disable-next-line no-void, no-shadow-restricted-names
5+ export const undefined = void 0
Original file line number Diff line number Diff line change 11// this is dummy module overlayed by interface.ts
2+ // just trying to stop eslint from campaining about
3+ // no named exports
4+ // eslint-disable-next-line no-void, no-shadow-restricted-names
5+ export const undefined = void 0
Original file line number Diff line number Diff line change @@ -3,3 +3,8 @@ export * from './hashes/interface.js'
33export * from './codecs/interface.js'
44export * from './cid/interface.js'
55export * from './block/interface.js'
6+
7+ // just trying to stop eslint from campaining about
8+ // no named exports
9+ // eslint-disable-next-line no-void, no-shadow-restricted-names
10+ export const undefined = void 0
You can’t perform that action at this time.
0 commit comments