tangled mirror of catsky-🐱 Soothing soft social-app fork with all the niche toggles! (Unofficial); for issues and PRs please put them on github:NekoDrone/catsky-social
15
fork

Configure Feed

Select the types of activity you want to include in your feed.

Run lint-staged without concurrency (#8489)

authored by

Eric Bailey and committed by
GitHub
9fb2a634 45e64757

+1 -1
+1 -1
.husky/pre-commit
··· 1 1 #!/usr/bin/env sh 2 2 . "$(dirname -- "$0")/_/husky.sh" 3 3 4 - npx lint-staged 4 + npx lint-staged --concurrent false