Created
October 13, 2022 09:05
-
-
Save rictorres/8af48d9498a34f3c847548e48fbe90b3 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
IGNORE_FILE=$([ -f .eslintignore ] && echo ".eslintignore" || echo ".gitignore") | |
ESLINT_REPORT=$(echo "npx eslint . --cache=true --ignore-path=$IGNORE_FILE -f json || true") | |
echo $ESLINT_REPORT |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment