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.

ci: fix lint

Signed-off-by: mejsiejdev <mejsiejdev@gmail.com>

authored by

mejsiejdev and committed by tangled.org 53dce02c 0c0a6792

+6 -2
-2
.lintstagedrc
··· 1 1 { 2 - "apps/web/**/*.{ts,tsx}": "eslint --config apps/web/eslint.config.mjs --fix", 3 - "apps/appview/**/*.ts": "eslint --config apps/appview/eslint.config.mjs --fix", 4 2 "*": "prettier --ignore-unknown --write" 5 3 }
+3
apps/appview/.lintstagedrc
··· 1 + { 2 + "*.ts": "pnpm eslint --fix" 3 + }
+3
apps/web/.lintstagedrc
··· 1 + { 2 + "*.{ts,tsx}": "pnpm eslint --fix" 3 + }