-
-
Notifications
You must be signed in to change notification settings - Fork 684
fix: airbnb + prettier lint; and update tests #542
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
Conversation
Signed-off-by: Charlike Mike Reagent <opensource@tunnckocore.com>
This pull request introduces 1 alert when merging cbb1f60 into fd09519 - view on LGTM.com new alerts:
|
.eslintcache can be inside gitignore |
Ah yea. |
Signed-off-by: Charlike Mike Reagent <opensource@tunnckocore.com>
Signed-off-by: Charlike Mike Reagent <opensource@tunnckocore.com>
This pull request introduces 1 alert when merging 37711f7 into a5db8d9 - view on LGTM.com new alerts:
|
Signed-off-by: Charlike Mike Reagent <opensource@tunnckocore.com>
This pull request introduces 1 alert when merging 37e26aa into a5db8d9 - view on LGTM.com new alerts:
|
Signed-off-by: Charlike Mike Reagent <opensource@tunnckocore.com>
This pull request introduces 1 alert when merging e773e60 into a5db8d9 - view on LGTM.com new alerts:
|
Signed-off-by: Charlike Mike Reagent <opensource@tunnckocore.com>
Signed-off-by: Charlike Mike Reagent <opensource@tunnckocore.com>
Signed-off-by: Charlike Mike Reagent <opensource@tunnckocore.com>
This pull request introduces 1 alert when merging db87d8d into a5db8d9 - view on LGTM.com new alerts:
|
Signed-off-by: Charlike Mike Reagent <opensource@tunnckocore.com>
Signed-off-by: Charlike Mike Reagent <opensource@tunnckocore.com>
Ton of stuff. Part of #415.
Tests are failing, but I have idea why. Probably because the changes to support "multiples" / array "files" and "fields" things in the other PRs.
Also, there is a problem here https://github.com/node-formidable/node-formidable/blob/lin-format-misc/src/multipart_parser.js#L108-L113
With that there is two
callback
. Left it asvar callback
. But I'm not entirely sure which callback (thisvar callback
or the method'scallback
param) should be called later.