WIP: A simple cli for daily tangled use cases and AI integration. This is for my personal use right now, but happy if others get mileage from it! :)

Exclude generated lexicon files from linting and formatting

Add src/lexicon to biome ignore list since these files are
auto-generated by @atproto/lex-cli and should not be linted
or formatted.

Co-Authored-By: Claude Sonnet 4.5 <noreply@anthropic.com>

markbennett.ca f4056f79 ee0201dc

verified
+1 -1
+1 -1
biome.json
··· 7 7 }, 8 8 "files": { 9 9 "ignoreUnknown": false, 10 - "ignore": ["node_modules", "dist", "coverage"] 10 + "ignore": ["node_modules", "dist", "coverage", "src/lexicon/**", "lexicons/**"] 11 11 }, 12 12 "formatter": { 13 13 "enabled": true,