-
Notifications
You must be signed in to change notification settings - Fork 2
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
#187419115 Configure ESLint and Git Pre commit hook to run tests and ESlint format #2
Conversation
The latest updates on your projects. Learn more about Vercel for Git ↗︎
|
6b7eba6
to
f4970fe
Compare
f4970fe
to
31bd8fa
Compare
31bd8fa
to
179c79b
Compare
179c79b
to
909325d
Compare
909325d
to
fcf98a7
Compare
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
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
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.
Good work!
- configure eslint and prettier format Delivers #187419115
fcf98a7
to
98136c8
Compare
What does this PR do?
This Configures Eslint and git precommit hook to run tests and lint before commits and adds Hound CI
Description of Task to be completed?
How should this be manually tested?
ch-eslint-precommit-#187419115
.npm install
to install dependencies.npm run lint
to check lint errors andnpm run lint:fix
to fix lint errorsnpm run prettier
to format codes with prettier ( you don't need to have prettier installed )What are the relevant pivotal tracker stories?
Delivers #187419115