-
Notifications
You must be signed in to change notification settings - Fork 3
New issue
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
Type aware linting #906
Type aware linting #906
Conversation
Pull Request ReportHey there! I've prepared a report for the pull request. Let's dive in! Changes
Suggestions
Bugs
ImprovementsHere's a place in the code that could be refactored for better readability: In module.exports = {
node: true,
// ...
}; This can be simplified to: module.exports = {
env: {
node: true,
},
// ...
}; RatingI would rate the code a 7 out of 10 based on the following criteria:
That's it for the report! Let me know if you need any further assistance. Happy coding! |
⏳ Blocked by: * |
closing in favour of #909 |
fixes prosopo/captcha-private#442
blocked by #904