We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Currently turned off due to /* jshint ignore:start */ not working in the latest available JSHint release (jshint/jshint#2411).
/* jshint ignore:start */
We're using ignore because we're more-or-less directly pasting in the Zendesk widget embed code. Otherwise, we'd have to format their minified JS.
ignore
The text was updated successfully, but these errors were encountered:
Re-enables javascript linting with ESLint
28b07e2
Fixes #1
Merge pull request #2 from CrossLead/reenable_jslint_on_src_files
2a2a031
Fixes Issue #1: Re-enables JS linting
yangchristian
No branches or pull requests
Currently turned off due to
/* jshint ignore:start */
not working in the latest available JSHint release (jshint/jshint#2411).We're using
ignore
because we're more-or-less directly pasting in the Zendesk widget embed code. Otherwise, we'd have to format their minified JS.The text was updated successfully, but these errors were encountered: