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
Hej,
This must be my lack of understanding, but when i add this plugin to my eslint configuration and run it i get these errors:
3:1 error 'describe' is not defined no-undef
4:5 error 'it' is not defined no-undef
5:9 error 'expect' is not defined no-undef
7:5 error 'it' is not defined no-undef
8:9 error 'expect' is not defined no-undef
Hej,
This must be my lack of understanding, but when i add this plugin to my eslint configuration and run it i get these errors:
My .eslintrc looks like this:
And in my package.json i have version ^2.3.0 for eslint and ^1.8.1 for eslint-plugin-jasmin.
Any help/pointers are appreciated.
The text was updated successfully, but these errors were encountered: