-
-
Notifications
You must be signed in to change notification settings - Fork 683
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
fix: airbnb + prettier lint; and update tests #542
Conversation
Signed-off-by: Charlike Mike Reagent <[email protected]>
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 <[email protected]>
Signed-off-by: Charlike Mike Reagent <[email protected]>
This pull request introduces 1 alert when merging 37711f7 into a5db8d9 - view on LGTM.com new alerts:
|
Signed-off-by: Charlike Mike Reagent <[email protected]>
This pull request introduces 1 alert when merging 37e26aa into a5db8d9 - view on LGTM.com new alerts:
|
Signed-off-by: Charlike Mike Reagent <[email protected]>
This pull request introduces 1 alert when merging e773e60 into a5db8d9 - view on LGTM.com new alerts:
|
Signed-off-by: Charlike Mike Reagent <[email protected]>
Signed-off-by: Charlike Mike Reagent <[email protected]>
Signed-off-by: Charlike Mike Reagent <[email protected]>
This pull request introduces 1 alert when merging db87d8d into a5db8d9 - view on LGTM.com new alerts:
|
Signed-off-by: Charlike Mike Reagent <[email protected]>
Signed-off-by: Charlike Mike Reagent <[email protected]>
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.