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.
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.