We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9738242 commit 1222c3fCopy full SHA for 1222c3f
.husky/pre-commit
@@ -5,7 +5,7 @@ NC="\033[0m" # no color
5
BR="\033[1;91m" # bright red
6
BY="\033[1;33m" # bright yellow
7
8
-# Run ESLint for JavaScript + JSON + Markdown + YAML
+# Run ESLint
9
echo -e "\n${BY}Running ESLint...${NC}"
10
if npm ls -g eslint &> /dev/null || npm ls eslint &> /dev/null ; then
11
npm run lint
0 commit comments