Closed watadarkstar closed 7 years ago
Hi. Just wanted to report this issue myself. I encountered the same problem while following along. After some trial and error with the ignore pattern I eventually arrived at the same result.
correction: I used the string: .*/node_modules/eslint-plugin-jsx-a11y/.*
(notice the trailing extra .
) assuming its a regex. I do not know which is technically correct.
+1 for including it in the (very helpfull :) ) guide.
@verekia can you review and merge this :)
This is not an issue anymore with the recent versions of these packages, so we should probably discard the PR :) The whole tutorial needs a major update though.
@verekia Okay closes this PR 👍
EDIT: This should no longer be an issue with the latest version of these packages, but if you have this problem here is the fix.
Going through the guide and I got a flow error running
yarn test
at the part where one is required to add flow. See: https://github.com/verekia/js-stack-from-scratch/issues/221The solution is to add the following to your
.flowconfig
:I propose to add this to the guide so others won't have this issue. Like these people: https://github.com/verekia/js-stack-from-scratch/issues/237 and https://github.com/verekia/js-stack-from-scratch/issues/221