Skip to content

Commit 502b5ed

Browse files
committed
chore: remove eslint-env comments
These cause warnings now but will cause errors in the next eslint release so remove them.
1 parent 3b870f6 commit 502b5ed

5 files changed

Lines changed: 0 additions & 10 deletions

File tree

test/test-basics.spec.js

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,3 @@
1-
/* eslint-env mocha */
2-
31
import { assert } from 'aegir/chai'
42
import { bytes } from 'multiformats'
53
import { CID } from 'multiformats/cid'

test/test-compat.spec.js

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,3 @@
1-
/* eslint-env mocha */
2-
31
// tests mirrored in go-merkledag/pb/compat_test.go
42

53
import { assert } from 'aegir/chai'

test/test-edges.spec.js

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,3 @@
1-
/* eslint-env mocha */
2-
31
import { assert } from 'aegir/chai'
42
import { bytes } from 'multiformats'
53
import { decodeNode } from '../src/pb-decode.js'

test/test-forms.spec.js

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,3 @@
1-
/* eslint-env mocha */
2-
31
import { assert } from 'aegir/chai'
42
import { CID } from 'multiformats/cid'
53
import { encode, validate } from '../src/index.js'

test/test-pb.spec.js

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,3 @@
1-
/* eslint-env mocha */
2-
31
import { assert } from 'aegir/chai'
42
import { bytes } from 'multiformats'
53
import { decodeNode } from '../src/pb-decode.js'

0 commit comments

Comments
 (0)