Mesnage-Org / pgfinder

Peptidoglycan MS1 Analysis Tool
https://mesnage-org.github.io/pgfinder
GNU Lesser General Public License v3.0
4 stars 2 forks source link

Enable prettier hook in pre-commit #264

Closed ns-rse closed 8 months ago

ns-rse commented 9 months ago

262 details some errors that were occurring linting with prettier during web-checks.yaml workflow.

It would be better to capture these earlier via the prettier pre-commit hook that is currently disabled (for similar reasons).

ns-rse commented 8 months ago

Duplicate of #230