Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Patch dangerfile to only do use strict checks on non-es modules (jest…
…js#2709) ES modules are strict mode by default, so the check should look for use of "import"/"export" to determine if flagging is required.
- Loading branch information