verekia/js-stack-from-scratch

When yarn test after flow step getting an error

lavebug opened this issue · 3 comments

Type of issue: bug

Chapter: 2 after implementing Flow

If it's a bug:

screen shot 2017-05-17 at 1 59 38 pm

Add ignore to .flowconfig

[ignore]
./node_modules/eslint-plugin-jsx-a11y/src/.

Just in case someone needed
<PROJECT_ROOT>/node_modules/eslint-plugin-jsx-a11y/src finally works for me

https://flow.org/en/docs/config/ignore/

beane commented

I ran into this as well, wrote a PR that should fix it.