You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I propose that the following be added to the "recommended" config option:
plugins: ['jest'],env: {'jest/globals': true}
That way, when extending the recommended settings, a user does not have to include these manually. Both eslint-config-standard and eslint-plugin-vue (and probably others) do this as well. I'll submit the PR if this proposal is accepted.
The text was updated successfully, but these errors were encountered:
Add the 'jest' plugin and 'jest/globals' environment to the recommended
config so the user doesn't have to include these manually.
Closesjest-community#37
Add the 'jest' plugin and 'jest/globals' environment to the recommended
config so the user doesn't have to include these manually.
Closesjest-community#37
I propose that the following be added to the "recommended" config option:
That way, when extending the recommended settings, a user does not have to include these manually. Both
eslint-config-standard
andeslint-plugin-vue
(and probably others) do this as well. I'll submit the PR if this proposal is accepted.The text was updated successfully, but these errors were encountered: