-
Notifications
You must be signed in to change notification settings - Fork 16
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
Setup linter #3
Comments
Husky https://github.com/typicode/husky could also be added to ensure formatting and linting is ok before committing/pushing. |
We could also use ESLint rather than TSLint (TSLint has been the recommended linter in the past but now TSLint is deprecated and ESLint is taking over its duties) |
Related merge request: #13 |
…formatting #3 Migrate to ESlint and code formatting using prettier and husky
Setup a linter to ensure a consistent code style.
The text was updated successfully, but these errors were encountered: