esnet / react-timeseries-charts

Declarative and modular timeseries charting components for React
http://software.es.net/react-timeseries-charts
Other
861 stars 284 forks source link

fix: run prettier only on src dir in commit hook #387

Closed jdugan1024 closed 5 years ago

jdugan1024 commented 5 years ago

this was breaking the docs build, see #201 for details

This is a pretty simple change, but I want to be sure that it's ok that we only run prettier on the src directory.

This, in combination with regenerating the docs fixes #201.