Skip to content
This repository was archived by the owner on Mar 10, 2020. It is now read-only.

Commit 691d0b6

Browse files
author
Alan Shaw
authored
chore: remove lint nested callbacks overrides (#566)
1 parent 9e53601 commit 691d0b6

File tree

15 files changed

+0
-15
lines changed

15 files changed

+0
-15
lines changed

src/bitswap/wantlist.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
11
/* eslint-env mocha */
2-
/* eslint max-nested-callbacks: ["error", 6] */
32
'use strict'
43

54
const { getDescribe, getIt, expect } = require('../utils/mocha')

src/files-regular/ls.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
11
/* eslint-env mocha */
2-
/* eslint max-nested-callbacks: ["error", 6] */
32
'use strict'
43

54
const { fixtures } = require('./utils')

src/key/list.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
11
/* eslint-env mocha */
2-
/* eslint max-nested-callbacks: ["error", 6] */
32
'use strict'
43

54
const pTimes = require('p-times')

src/key/rename.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
11
/* eslint-env mocha */
2-
/* eslint max-nested-callbacks: ["error", 6] */
32
'use strict'
43

54
const hat = require('hat')

src/key/rm.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
11
/* eslint-env mocha */
2-
/* eslint max-nested-callbacks: ["error", 6] */
32
'use strict'
43

54
const hat = require('hat')

src/miscellaneous/resolve.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
11
/* eslint-env mocha */
2-
/* eslint max-nested-callbacks: ["error", 5] */
32
'use strict'
43

54
const isIpfs = require('is-ipfs')

src/name-pubsub/cancel.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
/* eslint max-nested-callbacks: ["error", 5] */
21
/* eslint-env mocha */
32
'use strict'
43

src/name-pubsub/subs.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
/* eslint max-nested-callbacks: ["error", 5] */
21
/* eslint-env mocha */
32
'use strict'
43

src/name/resolve.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
/* eslint max-nested-callbacks: ["error", 6] */
21
/* eslint-env mocha */
32
'use strict'
43

src/object/data.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
11
/* eslint-env mocha */
2-
/* eslint-disable max-nested-callbacks */
32
'use strict'
43

54
const bs58 = require('bs58')

0 commit comments

Comments
 (0)