Skip to content

Commit 6a13e89

Browse files
committed
chore: lint
1 parent 12c4c58 commit 6a13e89

File tree

3 files changed

+4
-1
lines changed

3 files changed

+4
-1
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<!-- automd:badges bundlephobia codecov -->
44

55
[![npm version](https://img.shields.io/npm/v/capnp-es)](https://npmjs.com/package/capnp-es)
6-
[![npm downloads](https://img.shields.io/npm/dm/capnp-es)](https://npmjs.com/package/capnp-es)
6+
[![npm downloads](https://img.shields.io/npm/dm/capnp-es)](https://npm.chart.dev/capnp-es)
77
[![bundle size](https://img.shields.io/bundlephobia/minzip/capnp-es)](https://bundlephobia.com/package/capnp-es)
88
[![codecov](https://img.shields.io/codecov/c/gh/pi0/capnp-es)](https://codecov.io/gh/pi0/capnp-es)
99

test/bench/data/capnp/schema-legacy.cjs

+2
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,9 @@ exports.Person =
1212
/**
1313
* This file has been automatically generated by the [capnpc-ts utility](https://github.com/jdiaz5513/capnp-ts).
1414
*/
15+
// eslint-disable-next-line @typescript-eslint/no-require-imports
1516
const capnp = require("capnp-ts");
17+
// eslint-disable-next-line @typescript-eslint/no-require-imports
1618
const capnp_ts_1 = require("capnp-ts");
1719
exports._capnpFileId = BigInt("0xb597bf4897e54f89");
1820
class AddressBook extends capnp_ts_1.Struct {

test/runtime/message.spec.ts

+1
Original file line numberDiff line numberDiff line change
@@ -207,6 +207,7 @@ test("Message.onCreatePointer()", () => {
207207
t.throws(
208208
() => {
209209
for (let i = 0; i < 101 + 1; i++) {
210+
// eslint-disable-next-line @typescript-eslint/no-unused-expressions
210211
p.phones;
211212
}
212213
},

0 commit comments

Comments
 (0)