nozer / quill-delta-to-html

Converts Quill's delta ops to HTML
MIT License
409 stars 95 forks source link

Run prettier #70

Closed volser closed 5 years ago

volser commented 5 years ago

@nozer Often, editors run auto format and is too hard to maintenance changes

so I added prettier on pre-commit and runned prettier for all files https://github.com/nozer/quill-delta-to-html/pull/69

volser commented 5 years ago

@nozer after accepting this, I will be able to provide PR for https://github.com/nozer/quill-delta-to-html/issues/67 and https://github.com/nozer/quill-delta-to-html/issues/42

nozer commented 5 years ago

@volser Thanks. I have just merged. I started on feature #42 ages ago but have not come around completing it. Have you started on it at all? Should I push what I have (it is on a different branch)?

volser commented 5 years ago

I have done it in this branch https://github.com/volser/quill-delta-to-html/tree/clickup_table

volser commented 5 years ago

will make PR for tables after this PR https://github.com/nozer/quill-delta-to-html/pull/73