You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
On Windows, you'll need to set your Git configuration to have core.autocrlf=false. I have a fix for this in my fork.
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.
The text was updated successfully, but these errors were encountered:
core.autocrlf=false
. I have a fix for this in my fork.yarn
(Tested using Yarn 1.22.4)yarn test
Expected behavior: ESLint reports 0 errors and 0 warnings.
Actual behavior: ESLint reports 26 errors. 22
import/no-unresolved
and 4import/extensions
. Full output. Tested in two environments: Windows 10 w/ Node 10 and Ubuntu with w/ Node 13.The text was updated successfully, but these errors were encountered: