### Type of issue: bug ### Chapter: 2 after implementing Flow ### If it's a bug: 
Activity
lavebug commentedon May 18, 2017
Add ignore to .flowconfig
[ignore]
./node_modules/eslint-plugin-jsx-a11y/src/.
kahirul commentedon May 20, 2017
Just in case someone needed
<PROJECT_ROOT>/node_modules/eslint-plugin-jsx-a11y/src
finally works for mehttps://flow.org/en/docs/config/ignore/
beane commentedon May 20, 2017
I ran into this as well, wrote a PR that should fix it.