Skip to content
This repository was archived by the owner on Feb 12, 2024. It is now read-only.

Commit 1a958aa

Browse files
committed
fix(style): avoid es-scrutinyhell
1 parent 92a109f commit 1a958aa

File tree

3 files changed

+6
-0
lines changed

3 files changed

+6
-0
lines changed

src/config.js

+2
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,6 @@
11
/* eslint-env mocha */
2+
/* eslint max-nested-callbacks: ["error", 8] */
3+
24
'use strict'
35

46
const expect = require('chai').expect

src/files.js

+2
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,6 @@
11
/* eslint-env mocha */
2+
/* eslint max-nested-callbacks: ["error", 8] */
3+
24
'use strict'
35

46
const expect = require('chai').expect

src/object.js

+2
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,6 @@
11
/* eslint-env mocha */
2+
/* eslint max-nested-callbacks: ["error", 8] */
3+
24
'use strict'
35

46
const expect = require('chai').expect

0 commit comments

Comments
 (0)