fix(pre-commit): metor linting is not working
- 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 theapp/
directory.
Closes #4 (closed)