Skip to content

Husky giving me hard times on a Dockerfile #103

Answered by lutangar
Pipazoul asked this question in Q&A
Discussion options

You must be logged in to vote

eslint also runs prettier, try to add it to prettier ignore file :
https://prettier.io/docs/en/ignore.html#ignoring-files-prettierignore

But both tools aren't suppose to attempt parsing a Dockerfile...

If everything else fails, in last resort.... you may use --no-verify flag to avoid running the pre-commit hook.
You may create an issue and assign it to me, I'll take a look at it.

Replies: 1 comment 1 reply

Comment options

You must be logged in to vote
1 reply
@Pipazoul
Comment options

Pipazoul Aug 5, 2022
Maintainer Author

Answer selected by Pipazoul
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
help wanted Extra attention is needed
2 participants