verekia / js-stack-from-scratch

🛠️⚡ Step-by-step tutorial to build a modern JavaScript stack.
MIT License
20.09k stars 1.99k forks source link

When yarn test after flow step getting an error #219

Closed lavebug closed 7 years ago

lavebug commented 7 years ago

Type of issue: bug

Chapter: 2 after implementing Flow

If it's a bug:

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

lavebug commented 7 years ago

Add ignore to .flowconfig

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

kahirul commented 7 years ago

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 7 years ago

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