volentixlabsinc / venue-client

The webapp for Venue, a community engagement platform for the Volentix community
https://venue.volentix.io
MIT License
6 stars 1 forks source link

Run prettier / eslint on commit #236

Closed shawnlauzon closed 6 years ago

shawnlauzon commented 6 years ago

Prettier used to be run on commit to ensure that all the code is formatted correctly before it goes into the repository. Unfortunately it doesn't seem to be working right now.

The package.json file defines the lint script, and .eslintrc.js specifies the eslint plugins to use. Hopefully this gives enough clues to resolve.

shawnlauzon commented 6 years ago

This is necessary before opening it up to ensure code consistency.