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
from #16 (comment)
It could be a good idea
console
.eslintrc.js::rules['no-console']
CAT
The text was updated successfully, but these errors were encountered:
console is forbidden already (as a warning): https://github.com/airbnb/javascript/blob/master/packages/eslint-config-airbnb-base/rules/errors.js#L23
Sorry, something went wrong.
but ci does not fail with warnings, does it?
nope. And this allows PR like this: https://github.com/src-d/gitbase-playground/pull/35/files#diff-48bb2e3e3e5708d8083b1cff1fff3949R81 which isn't bad at this stage of the project. :)
The point of this issue is to address this matter whenever we're ready to do so
No branches or pull requests
from #16 (comment)
It could be a good idea
console
commands (.eslintrc.js::rules['no-console']
), andCAT
?The text was updated successfully, but these errors were encountered: