Skip to content

Commit 2847e93

Browse files
author
Kelly Selden
committed
mocha/no-exclusive-tests error instead of warning
1 parent f91a0d0 commit 2847e93

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

.eslintrc.js

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,8 @@ module.exports = {
3333
},
3434
rules: {
3535
'mocha/no-setup-in-describe': 'off',
36-
'mocha/no-hooks-for-single-case': 'off'
36+
'mocha/no-hooks-for-single-case': 'off',
37+
'mocha/no-exclusive-tests': 'error'
3738
}
3839
}
3940
]

0 commit comments

Comments
 (0)