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

Commit dfe2864

Browse files
committed
feat(base): disable max-nested-callbacks rule with jest config
1 parent 727c002 commit dfe2864

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

packages/eslint-config/jest.js

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,8 @@ module.exports = {
44
'jest/globals': true,
55
},
66
rules: {
7+
'max-nested-callbacks': 'off',
8+
// https://github.com/jest-community/eslint-plugin-jest
79
'jest/consistent-test-it': ['error', {fn: 'test', withinDescribe: 'it'}],
810
'jest/lowercase-name': 'off',
911
'jest/no-disabled-tests': 'warn',

0 commit comments

Comments
 (0)