Listen to and share the music in the Atmosphere. musicsky.up.railway.app/
nextjs atproto music typescript react
3
fork

Configure Feed

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

fix: restore per-file ESLint in pre-commit hook

The turborepo conversion replaced per-file ESLint via lint-staged with a
full workspace lint pass on every commit. Restore scoped ESLint in
lint-staged and remove the redundant full lint from the husky hook.

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
Signed-off-by: mejsiejdev <mejsiejdev@gmail.com>

authored by

mejsiejdev
Claude Opus 4.6
and committed by tangled.org 41744d16 f4558a67

+1 -1
-1
.husky/pre-commit
··· 1 1 lint-staged 2 - pnpm run lint 3 2 pnpm run typecheck
+1
.lintstagedrc
··· 1 1 { 2 + "apps/web/**/*.{ts,tsx}": "eslint --fix", 2 3 "*": "prettier --ignore-unknown --write" 3 4 }