mirror of
https://github.com/spacebarchat/server.git
synced 2026-09-25 17:44:57 +00:00
* Add eslint, switch to lint-staged for precommit * Fix all ESLint errors * Update GH workflow to check prettier and eslint
4 lines
71 B
Bash
Executable File
4 lines
71 B
Bash
Executable File
#!/usr/bin/env sh
|
|
. "$(dirname -- "$0")/_/husky.sh"
|
|
|
|
npx -y lint-staged |