Skip to content
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 eslint errors #16

Open
8 tasks
NicolasRitouet opened this issue Jul 20, 2017 · 9 comments
Open
8 tasks

Fix eslint errors #16

NicolasRitouet opened this issue Jul 20, 2017 · 9 comments

Comments

@NicolasRitouet
Copy link
Member

NicolasRitouet commented Jul 20, 2017

When we introduced eslint to the deployd-cli codebase, a few eslint rules were throwing errors.
In order to move fast, I decided to change the rules and throw warning instead of errors for a few rules.

In order to have a clean codebase, we need to fix the code to allow eslint to throw normal errors for these rules.

ℹ️ This ticket has been labeled first-timers-only, it means that it's only available for people who never contributed to an open-source project. Feel free to ask questions and get help on gitter.

Todo

You can also send one PR per reactivated rules if you prefer.

rules to reactivate

  • prefer-const: 1, // 4 errors
  • no-unused-vars: 1, // 3 errors
  • no-use-before-define: 1, // 7 errors
  • one-var: 1, // 8 errors
  • consistent-return: 1, // 8 errors
  • no-param-reassign: 1, // 2 errors
  • global-require: 1, // 2 errors
  • import/no-dynamic-require: 1 // 1 error
@Logan1x
Copy link

Logan1x commented Jul 20, 2017

Hey @NicolasRitouet i would like to try on this.

@NicolasRitouet
Copy link
Member Author

@Logan1x Great!
Feel free to go on gitter if you need help

@NicolasRitouet
Copy link
Member Author

@Logan1x
I made some changes on master, don't forget to pull from master before working on this ticket.

@Logan1x
Copy link

Logan1x commented Jul 22, 2017

OK @NicolasRitouet

@Kapnobatai3434
Copy link
Contributor

I'm going to tackle this.

@NicolasRitouet
Copy link
Member Author

NicolasRitouet commented Jul 29, 2017 via email

@Kapnobatai3434
Copy link
Contributor

@Logan1x, Hi Kushal, could you provide status on your contribution? I wonder if we could split it up and fix those issues together?

@Logan1x
Copy link

Logan1x commented Jul 30, 2017

I am @NicolasRitouet i am busy these days can you pass on someone else.Thanks.

@skathuria29
Copy link
Contributor

Hey @NicolasRitouet ! Is this issue still up for grabs? I would like to work on it.

skathuria29 pushed a commit to skathuria29/deployd-cli that referenced this issue Oct 26, 2019
skathuria29 pushed a commit to skathuria29/deployd-cli that referenced this issue Oct 26, 2019
skathuria29 pushed a commit to skathuria29/deployd-cli that referenced this issue Oct 26, 2019
skathuria29 pushed a commit to skathuria29/deployd-cli that referenced this issue Oct 26, 2019
skathuria29 pushed a commit to skathuria29/deployd-cli that referenced this issue Oct 26, 2019
skathuria29 pushed a commit to skathuria29/deployd-cli that referenced this issue Oct 27, 2019
skathuria29 pushed a commit to skathuria29/deployd-cli that referenced this issue Oct 27, 2019
@skathuria29 skathuria29 mentioned this issue Oct 27, 2019
9 tasks
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

4 participants