* Add eslint exceptions to azimuth-watcher * Add eslint exceptions to censures-watcher * Add eslint exceptions to claims-watcher * Add eslint exceptions to conditional-star-release-watcher * Add eslint exceptions to delegated-sending-watcher * Add eslint exceptions to ecliptic-watcher * Add eslint exceptions to linear-star-release-watcher * Add eslint exceptions to polls-watcher * Enable pre-commit lint * Remove extra space in scripts * Make husky pre-commit executable --------- Co-authored-by: Dhruv Srivastava <dhruvdhs.ds@gmail.com>
5 lines
63 B
Bash
Executable File
5 lines
63 B
Bash
Executable File
#!/usr/bin/env sh
|
|
. "$(dirname -- "$0")/_/husky.sh"
|
|
|
|
yarn lint
|