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 5, 2020
1 parent 762f6ca commit bb203bc
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 bb203bc

Please sign in to comment.