This website requires JavaScript.
Explore
Help
Sign In
Spacebar
/
server
Watch
1
Star
0
Fork
0
You've already forked server
mirror of
https://github.com/spacebarchat/server.git
synced
2024-11-06 02:42:37 +01:00
Code
Issues
Releases
Activity
6c009c3b88
server
/
.husky
/
pre-commit
4 lines
71 B
Plaintext
Raw
Normal View
History
Unescape
Escape
Prettier precommit hook
2023-01-05 08:56:39 +01:00
#!/usr/bin/env sh
. "$(dirname -- "$0")/_/husky.sh"
Add ESLint (#941) * Add eslint, switch to lint-staged for precommit * Fix all ESLint errors * Update GH workflow to check prettier and eslint
2023-01-20 08:10:47 +01:00
npx -y lint-staged
Copy Permalink