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
typeof
Currently, when the module tries to lint itself, we get the following error:
Keyword `typeof` should have an empty line above it at ./src/rules/require-should-assertion-execution.js : 14 |const Assertion = should.Assertion.prototype; 15 |const assertions = Object.keys(Assertion); 16 |const chains = Object.keys(Assertion).filter(key => typeof Assertion[key] !== 'function'); -----------------------------------------------------------^ 17 | 18 |/**
As far as I am aware, there is no good reason for this requirement, so we should just remove it.
The text was updated successfully, but these errors were encountered:
ruiquelhas
No branches or pull requests
Currently, when the module tries to lint itself, we get the following error:
As far as I am aware, there is no good reason for this requirement, so we should just remove it.
The text was updated successfully, but these errors were encountered: