This website requires JavaScript.
Explore
Help
Register
Sign In
mirror
/
tiptap
Watch
1
Star
0
Fork
0
You've already forked tiptap
mirror of
https://github.com/ueberdosis/tiptap.git
synced
2024-11-24 03:39:01 +08:00
Code
Issues
Actions
Packages
Projects
Releases
Wiki
Activity
c50eb4bc2b
tiptap
/
.husky
/
pre-commit
5 lines
73 B
Plaintext
Raw
Normal View
History
Unescape
Escape
add precommit hook for linting and automatic eslint fixes + update eslint packages (#2862) * chore: add precommit hook for eslint fixes, fix linting issues * chore: add eslint import sort plugin
2022-06-08 20:10:25 +08:00
#!/usr/bin/env sh
. "$(dirname -- "$0")/_/husky.sh"
chore: lint only staged files (#2957)
2022-07-06 18:59:02 +08:00
npm run lint:staged
Reference in New Issue
Copy Permalink