We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7ceb6ef commit 68d691dCopy full SHA for 68d691d
tests/.eslintrc.js
@@ -7,5 +7,8 @@ module.exports = {
7
rules: {
8
'mocha/no-identical-title': 'error',
9
'mocha/no-mocha-arrows': 'off',
10
+ 'mocha/no-setup-in-describe': 'off',
11
+ 'mocha/no-return-from-async': 'off',
12
+ 'mocha/no-exports': 'off',
13
},
14
};
0 commit comments