We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 506ec71 commit e0b7675Copy full SHA for e0b7675
typescript/README.md
@@ -256,13 +256,15 @@ MIT
256
- [x] equation
257
- [x] image
258
- [x] blockquote
259
-- [] fix ts and eslint errors in these dirs and remove from ignore list of ts and eslint
+- [x] fix ts and eslint errors in these dirs and remove from ignore list of ts and eslint
260
```
261
"**/generated/**",
262
"src/serialization/**",
263
264
+
265
- [x] add counter for numbered lists
266
- [x] setup up bumpp: https://www.npmjs.com/package/bumpp
267
- [] migrate test runner to vitest
268
- [x] move vite app to typescript root examples dir
269
- [] setup monorepo tooling
270
+- [] fix model generation for Image and RichText, then type renderers
0 commit comments