Skip to content

fix(pre-commit): metor linting is not working

Daniel Dehennin requested to merge fix/pre-commit-meteor into dev
  • executing meteor npm install in the container requires $HOME to be writable to create the temporary directory
  • we need to remove the app/ prefix from file names since the linting must be executed from the app/ directory.

Closes #4 (closed)

Merge request reports