We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
warn-empty-array-element
warn-debugger
In 2.0, we deprecated JSHint integration (#78) in favor of official API for linter support (#79).
At the time, we added --warn-empty-array-element and --warn-debugger as a courtesy to those not wanting to use a linter.
--warn-empty-array-element
--warn-debugger
With 3.0, we will assume that users are using an external linter.
The text was updated successfully, but these errors were encountered:
Fixes #154
f72c6a9
Remove unused flags (#154)
e5b3a74
fa51cff
e28b424
No branches or pull requests
In 2.0, we deprecated JSHint integration (#78) in favor of official API for linter support (#79).
At the time, we added
--warn-empty-array-element
and--warn-debugger
as a courtesy to those not wanting to use a linter.With 3.0, we will assume that users are using an external linter.
The text was updated successfully, but these errors were encountered: