Skip to content

Commit 68d691d

Browse files
author
Mike Shaw
committed
fix: disable new eslint-plugin-mocha rules
Signed-off-by: Mike Shaw <mike.shaw@engineering.digital.dwp.gov.uk>
1 parent 7ceb6ef commit 68d691d

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

tests/.eslintrc.js

+3
Original file line numberDiff line numberDiff line change
@@ -7,5 +7,8 @@ module.exports = {
77
rules: {
88
'mocha/no-identical-title': 'error',
99
'mocha/no-mocha-arrows': 'off',
10+
'mocha/no-setup-in-describe': 'off',
11+
'mocha/no-return-from-async': 'off',
12+
'mocha/no-exports': 'off',
1013
},
1114
};

0 commit comments

Comments
 (0)