MiniYouTube
MiniYouTube copied to clipboard
Add ESLint
Linting is the process of checking the source code for Programmatic as well as Stylistic errors.
Adding ESLint will be helpful in identifying some common and uncommon mistakes that are made during coding.
ESLint covers both code quality and coding style issues.
- Add ESLint to this project.
- Add
scripts
inpackage.json
i.e.npm run test-lint
should run lint tests. - Do not make any changes to other files.
Please refer this.
I'll do this
@grigori-gru Yes, please!
I do this but my access is denied
is this issue open?
@kalpananegi Yes, give it a shot or you may look into a few good first issues which are up for grabs.
:white_check_mark: Link to the repository
is this issue still open? I would like to do this.
@vinitshahdeo I have a branch ready but I need permission to create a branch and open the PR
@aleoof @arielhad You have to create a fork of this repository, make the commits on your fork, push them up, and then create a pull request.
You will not have permission issues anymore because you are the maintainer of the fork.
Here is an article with more information: https://opensource.com/article/19/7/create-pull-request-github
@vinitshahdeo @mvpowers Can you please review my PR: https://github.com/vinitshahdeo/MiniYouTube/pull/27
Can I work upon this issue under hacktoberfest @vinitshahdeo
I have added the ESLint .please review my PR @vinitshahdeo