swinebouk/vowelchart

Improve eslint + jest

Closed this issue · 2 comments

Currently we added it to the list of globals.

6dbccd0

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)