-
-
Notifications
You must be signed in to change notification settings - Fork 72
Closed
Labels
Description
- Clone the repository.
- On Windows, you'll need to set your Git configuration to have
core.autocrlf=false
. I have a fix for this in my fork.
- On Windows, you'll need to set your Git configuration to have
- Install packages:
yarn
(Tested using Yarn 1.22.4) - Run tests:
yarn test
Expected behavior: ESLint reports 0 errors and 0 warnings.
Actual behavior: ESLint reports 26 errors. 22 import/no-unresolved
and 4 import/extensions
. Full output. Tested in two environments: Windows 10 w/ Node 10 and Ubuntu with w/ Node 13.