Skip to content

Commit 1222c3f

Browse files
authored
Condensed comment
1 parent 9738242 commit 1222c3f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.husky/pre-commit

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ NC="\033[0m" # no color
55
BR="\033[1;91m" # bright red
66
BY="\033[1;33m" # bright yellow
77

8-
# Run ESLint for JavaScript + JSON + Markdown + YAML
8+
# Run ESLint
99
echo -e "\n${BY}Running ESLint...${NC}"
1010
if npm ls -g eslint &> /dev/null || npm ls eslint &> /dev/null ; then
1111
npm run lint

0 commit comments

Comments
 (0)