Skip to content

Commit b802de4

Browse files
authored
Merge pull request #932 from zhensherlock/dev
Dev
2 parents f317323 + a6447e8 commit b802de4

File tree

4 files changed

+1684
-1271
lines changed

4 files changed

+1684
-1271
lines changed

.husky/commit-msg

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1 @@
1-
#!/usr/bin/env sh
2-
. "$(dirname -- "$0")/_/husky.sh"
3-
4-
npx --no-install commitlint --edit ""
1+
npx --no-install commitlint --edit $1

lint-staged.config.js

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
module.exports = {
2+
'src/**/*.{ts,js}': ['npx eslint'],
3+
}

0 commit comments

Comments
 (0)