plotly / dash-table

OBSOLETE: now part of https://github.com/plotly/dash
https://dash.plotly.com
MIT License
420 stars 72 forks source link

Git hooks husky #720

Closed Marc-Andre-Rivet closed 4 years ago

Marc-Andre-Rivet commented 4 years ago

Companion to https://github.com/plotly/dash/pull/1151

Husky Husky is a JS package that automagically runs commands on git hooks. For this repo it will run the lint script and expect no errors before allowing a commit to go through.

For the hooks to be present, the developer will need to run npm ci or npm install locally when cloning the repo.