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
{{ message }}
This repository has been archived by the owner on Feb 24, 2022. It is now read-only.
In the absence of a JSHint config, it will yell about 'define' not being defined. Scripted is smart enough to detect AMD modules resolution, it should also be smart enough to not yell about the define function.
The current behavior gives new uses a poor first impression as scripted is suppose to understand modules.
We may also want to consider a quick way for users to create an .jshintrc for their project when one isn't detected.
The text was updated successfully, but these errors were encountered:
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
In the absence of a JSHint config, it will yell about 'define' not being defined. Scripted is smart enough to detect AMD modules resolution, it should also be smart enough to not yell about the define function.
The current behavior gives new uses a poor first impression as scripted is suppose to understand modules.
We may also want to consider a quick way for users to create an .jshintrc for their project when one isn't detected.
The text was updated successfully, but these errors were encountered: