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

Add eslint and prettier for js files #699

Merged
merged 3 commits into from Feb 21, 2020

Conversation

mpourismaiel
Copy link
Member

What this PR does / why we need it:
Added linter and fixer for JS files

The configuration uses airbnb base config which is the closest to our style and prettier cleans up the code and doesn't interfere with airbnb's linting rules.

Which issue this PR fixes:
fixes #698

This is done according to new eslint and prettier configurations
@mpourismaiel mpourismaiel added this to the v0.16.2 milestone Jan 30, 2020
@mpourismaiel mpourismaiel self-assigned this Jan 30, 2020
@ghost
Copy link

ghost commented Jan 30, 2020

Congratulations 🍻. DeepCode analyzed your code in 0.494 seconds and we found no issues. Enjoy a moment of no bugs ☀️.

💬 This comment has been generated by the DeepCode bot, installed by the owner of the repository. The DeepCode bot protects your repository by detecting and commenting on security vulnerabilities or other critical issues.


☺️ If you want to provide feedback on our bot, here is how to contact us.

@stp-ip
Copy link
Member

stp-ip commented Jan 30, 2020

Cypress failing ;)

@mpourismaiel
Copy link
Member Author

We have to add some dependencies for cypress. Seems like Github's container is missing some packages that need to be installed manually. I'll read about how we can do so, but I guess we need a container of our own for it. https://docs.cypress.io/guides/guides/continuous-integration.html#Advanced-setup

@stp-ip
Copy link
Member

stp-ip commented Jan 31, 2020

Sounds fun ^^

@stp-ip stp-ip merged commit bfa6c84 into okkur:master Feb 21, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Development

Successfully merging this pull request may close these issues.

Add linter and code style guide for JS files
2 participants