Improve eslint + jest
Closed this issue · 2 comments
jleeothon commented
Currently we added it
to the list of globals.
It would be nicer to do one of:
- Use some plugin for jest / react that automatically configures these names to be available.
- Add it only to the list of globals under the test directories (eslint works with hierarchical .eslintrc files if I'm not mistaken)
jleeothon commented
Solved with 27dac85#diff-e4403a877d80de653400d88d85e4801aR4