Files
bookshelf/.prettierrc
Petr Polezhaev 084d1aebd5 Initial commit
Photo-based book cataloger with AI identification.
Room → Cabinet → Shelf → Book hierarchy; FastAPI + SQLite backend;
vanilla JS SPA; OpenAI-compatible plugin system for boundary
detection, text recognition, and archive search.
2026-03-09 14:17:13 +03:00

5 lines
47 B
Plaintext

{
"printWidth": 120,
"singleQuote": true
}