Skip to content

Commit 988bf48

Browse files
committed
docs(readme): update template sections + link commits.md
1 parent 6450552 commit 988bf48

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

README.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -127,9 +127,19 @@ notes-frontend/
127127
│ ├─ dialogs.js # confirmDialog() using the modal
128128
│ ├─ backup.js # exportNotes()/parseImportedFile()/mergeNotes()
129129
│ └─ utils.js # generateId(), escapeHtml(), sort, match, tags, highlight
130+
├─ assets/
131+
│ ├─ screenshot-light.png
132+
│ └─ screenshot-dark.png
130133
├─ eslint.config.mjs # ESLint Flat Config (ESM, browser)
134+
├─ .prettierrc.json # Prettier config
135+
├─ .prettierignore
131136
├─ package.json # npm scripts (lint/format), dev deps
137+
├─ commits.md # Conventional Commits Leitfaden
138+
├─ .github/
139+
│ └─ workflows/
140+
│ └─ ci.yml # minimal CI (Node 20 + Prettier check)
132141
└─ README.md # you are here
142+
133143
```
134144

135145
---

0 commit comments

Comments
 (0)