We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
@CCongWang had successfully introduced linter and prettier to FTRepo to improve the code quality and over all productivity.
Let's bring good practice to this repo
opensearch-project/opensearch-dashboards-functional-test#195
opensearch-project/opensearch-dashboards-functional-test#186
The text was updated successfully, but these errors were encountered:
// install husky npm install husky -D // install hook yarn husky install // add precommit hook yarn husky add .husky/pre-commit "yarn lint(or your specific lint command defined in package.json)" git add .husky/pre-commit
postinstall
Sorry, something went wrong.
johnnyon-amzn
CCongWang
No branches or pull requests
@CCongWang had successfully introduced linter and prettier to FTRepo to improve the code quality and over all productivity.
Let's bring good practice to this repo
opensearch-project/opensearch-dashboards-functional-test#195
opensearch-project/opensearch-dashboards-functional-test#186
The text was updated successfully, but these errors were encountered: