Skip to content

Commit 20e5301

Browse files
authored
fix(no-done-callback): remove rule from 'all' list (#807)
1 parent 4aa046a commit 20e5301

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/index.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -111,7 +111,6 @@ const allRules = {
111111
[noConditionalExpectName]: 'warn',
112112
[noConditionalInTestName]: 'warn',
113113
[noDisabledTestsName]: 'warn',
114-
[noDoneCallbackName]: 'warn',
115114
[noDuplicateHooksName]: 'warn',
116115
[noLargeSnapShotsName]: 'warn',
117116
[noInterpolationInSnapshotsName]: 'warn',

0 commit comments

Comments
 (0)