-
Notifications
You must be signed in to change notification settings - Fork 13
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
Btp 26 add git hooks and linter #102
Btp 26 add git hooks and linter #102
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Poor person that will need to edit controller.ts
It is great, we could add to the readme as well to enable the hook in their clone: npx husky install
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
This PR adds code standards to the ezBIDS repo by linting and formatting code. It aims to improve code quality in ezBIDS in two ways:
HOW TO TEST
.ts
file in theapi
folder and save it. See if it auto formats for you..vue
file in theui
folder and save it. See if it auto formats for you.git add ...
and try and try andgit commit
them. If either of these files have errors, confirm that the commit fails.SUMMARY OF CHANGES