Skip to content

Commit 47b6e2c

Browse files
authored
Condensed comment
1 parent b95c0dc commit 47b6e2c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.husky/pre-commit

Lines changed: 1 addition & 1 deletion
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)