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
When I copied your source into my project, I got the following eslint errors:
/Users/andy/frcs-portal/jcore-react-components/meteor/ldap/LDAPAccountSupport.js
200:33 error 'retObj' is not defined no-undef
240:7 warning 'userOptions' is defined but never used no-unused-vars
260:9 warning 'stampedToken' is defined but never used no-unused-vars
279:14 error 'ldapObj' is not defined no-undef
288:41 error 'ldapObj' is not defined no-undef
291:9 error 'ldapObj' is not defined no-undef
310:7 warning Unexpected console statement no-console
4 bugs waiting to happen that could have been easily prevented by using eslint.
The text was updated successfully, but these errors were encountered:
@jedwards1211 willing to merge in a PR with a linter if you submit. I don't use this in any of my projects anymore, so all I have time to do is maintain and support where I can.
When I copied your source into my project, I got the following eslint errors:
4 bugs waiting to happen that could have been easily prevented by using eslint.
The text was updated successfully, but these errors were encountered: