-
Notifications
You must be signed in to change notification settings - Fork 87
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
[Code Health] Set up linting #58
Comments
+1. Is this something you mind be interested in helping set up? |
I noticed some files are using tabs and others spaces. Can we update our linter to enforce two-space indent? @gyarill FYI. Or even better, would https://github.com/google/eslint-config-google work with JSX? |
Merged
Added google standard config in #65 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
People who contribute to this project may have differing code style norms. We should add linting rules to enforce consistent norms around code aesthetics. Ideally, these linting checks would be run on presubmit (PR opening) by some continuous integration tool.
eslint-plugin-react looks like a good option: https://github.com/yannickcr/eslint-plugin-react
The text was updated successfully, but these errors were encountered: