Skip to content

Commit

Permalink
fix: address linting problems
Browse files Browse the repository at this point in the history
  • Loading branch information
rvagg committed May 22, 2023
1 parent 45f01de commit 1e61b12
Show file tree
Hide file tree
Showing 16 changed files with 2 additions and 56 deletions.
3 changes: 1 addition & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -166,7 +166,6 @@
},
"devDependencies": {
"@ipld/garbage": "^6.0.0",
"aegir": "^39.0.8",
"buffer": "^6.0.3"
"aegir": "^39.0.8"
}
}
1 change: 0 additions & 1 deletion test/fixtures/README.md

This file was deleted.

Binary file removed test/fixtures/array-link.cbor
Binary file not shown.
6 changes: 0 additions & 6 deletions test/fixtures/array-link.js

This file was deleted.

1 change: 0 additions & 1 deletion test/fixtures/empty-array.cbor

This file was deleted.

2 changes: 0 additions & 2 deletions test/fixtures/empty-array.js

This file was deleted.

1 change: 0 additions & 1 deletion test/fixtures/empty-obj.cbor

This file was deleted.

2 changes: 0 additions & 2 deletions test/fixtures/empty-obj.js

This file was deleted.

11 changes: 0 additions & 11 deletions test/fixtures/expected.js

This file was deleted.

Binary file removed test/fixtures/foo.cbor
Binary file not shown.
18 changes: 0 additions & 18 deletions test/fixtures/foo.js

This file was deleted.

1 change: 0 additions & 1 deletion test/fixtures/obj-no-link.cbor

This file was deleted.

4 changes: 0 additions & 4 deletions test/fixtures/obj-no-link.js

This file was deleted.

Binary file removed test/fixtures/obj-with-link.cbor
Binary file not shown.
6 changes: 0 additions & 6 deletions test/fixtures/obj-with-link.js

This file was deleted.

2 changes: 1 addition & 1 deletion test/test-basics.spec.js
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@
import { Buffer } from 'buffer'
import { garbage } from '@ipld/garbage'
import { assert } from 'aegir/chai'
import * as dagcbor from '../src/index.js'
import { bytes, CID } from 'multiformats'
import * as dagcbor from '../src/index.js'

const { encode, decode } = dagcbor
const test = it
Expand Down

0 comments on commit 1e61b12

Please sign in to comment.