Skip to content

Commit

Permalink
Don’t recommended no-exports rule when using exports interface
Browse files Browse the repository at this point in the history
  • Loading branch information
lo1tuma committed Aug 3, 2020
1 parent 141ef33 commit 5b41129
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions docs/rules/no-exports.md
Original file line number Diff line number Diff line change
Expand Up @@ -33,3 +33,7 @@ beforeEach(function () { /* ... */ });

afterEach(function () { /* ... */ });
```

## When Not To Use It

When you use the [`exports`](https://mochajs.org/#exports) interface it is not recommended to use this rule.

0 comments on commit 5b41129

Please sign in to comment.