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 configs #1

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open

Add eslint and prettier configs #1

wants to merge 1 commit into from

Conversation

cmdcolin
Copy link

This adds ability to run lint, eslint, on the codebase and also automatically format the code with prettier

Both these things are nice to keep your code in check as you develop

Prettier is fairly opinionated in it's formatting but it's basically a prettier good thing, and you can get your code editor to autoformat it on save

The procedure of making this PR comes from https://github.com/cmdcolin/cra_starter_pack and then just running the yarn lint --fix command

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant