Skip to content

Commit bc081dc

Browse files
committed
fix: adjust new linting standards
1 parent 20bb109 commit bc081dc

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

example.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
/* eslint-disable no-console */
22

3-
import * as Block from 'multiformats/block'
43
import * as codec from '@ipld/dag-cbor'
4+
import * as Block from 'multiformats/block'
55
import { murmur3128 as hasher } from './src/index.js'
66

77
async function run () {

src/index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
import { from } from 'multiformats/hashes/hasher'
21
import { bytes } from 'multiformats'
2+
import { from } from 'multiformats/hashes/hasher'
33
// @ts-expect-error no types
44
import mur from 'murmurhash3js-revisited'
55

test/test-basics.spec.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
/* eslint-env mocha */
2-
import * as murmur3 from '../src/index.js'
32
import { assert } from 'aegir/chai'
43
import { bytes, varint } from 'multiformats'
4+
import * as murmur3 from '../src/index.js'
55

66
const fixtures = [
77
['murmur3-32', 'beep boop', '2304243ddb9e'],

0 commit comments

Comments
 (0)