Skip to content

Commit

Permalink
Linter changes
Browse files Browse the repository at this point in the history
  • Loading branch information
Lakitna committed Jul 10, 2019
1 parent 85ff2dc commit b3aa4a5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion index.js
Expand Up @@ -27,7 +27,7 @@ module.exports = {
recommended: {
rules: {
'mocha/handle-done-callback': 'error',
'mocha/max-top-level-suites': ['error', {limit: 1}],
'mocha/max-top-level-suites': [ 'error', { limit: 1 } ],
'mocha/no-exclusive-tests': 'warn',
'mocha/no-global-tests': 'error',
'mocha/no-hooks': 'off',
Expand Down

0 comments on commit b3aa4a5

Please sign in to comment.