mirror of
https://github.com/spacebarchat/server.git
synced 2024-11-06 02:42:37 +01:00
084dc0be08
* 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 |