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.

refactor: force id length to be 3 chars minimum

+5
+5
eslint.config.mjs
··· 5 5 const eslintConfig = defineConfig([ 6 6 ...nextVitals, 7 7 ...nextTs, 8 + { 9 + rules: { 10 + "id-length": ["error", { min: 3, exceptions: ["_", "i", "j"] }], 11 + }, 12 + }, 8 13 // Override default ignores of eslint-config-next. 9 14 globalIgnores([ 10 15 // Default ignores of eslint-config-next: