[READ-ONLY] Mirror of https://github.com/bombshell-dev/clack. Effortlessly build beautiful command-line apps bomb.sh/docs/clack/basics/getting-started/
cli command-line command-line-app node prompt prompts
5

Configure Feed

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

chore(format): ignore package.json files (#342)

authored by

Nate Moore and committed by
GitHub
(Jun 3, 2025, 3:44 PM -0500) daf48bc6 0784c353

+1 -1
+1 -1
biome.json
··· 12 12 "lineWidth": 100, 13 13 "attributePosition": "auto", 14 14 "bracketSpacing": true, 15 - "ignore": [".github/workflows/**/*.yml", ".changeset/**/*.md", "**/pnpm-lock.yaml"] 15 + "ignore": [".github/workflows/**/*.yml", ".changeset/**/*.md", "**/pnpm-lock.yaml", "**/package.json"] 16 16 }, 17 17 "organizeImports": { "enabled": true }, 18 18 "linter": {