Skip to content

Commit 8c0ec87

Browse files
author
DavertMik
committed
fixed loading cjs helper
1 parent 11bcd9e commit 8c0ec87

File tree

2 files changed

+206
-197
lines changed

2 files changed

+206
-197
lines changed

.husky/pre-commit

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
11
prettier $(git diff --cached --name-only --diff-filter=ACMR | sed 's| |\\ |g') --write --ignore-unknown
22
git update-index --again
3-
npm run lint && npm run dtslint
3+
npx eslint $(git diff --cached --name-only --diff-filter=ACMR | sed 's| |\\ |g')
4+
npm run dtslint

0 commit comments

Comments
 (0)