typewriter-editor / typewriter

A rich text editor based off of Quill.js and Ultradom, and using Svelte for UI.
MIT License
394 stars 32 forks source link

Add a linter to the build pipeline #37

Closed scarroll32 closed 3 years ago

scarroll32 commented 6 years ago

Not sure what is best for this project, or if there is anything like RuboCop available for npm projects. The advantage of Rubocop is it can be configured to meet your personal style, but then it is enforced project-wide.

https://twitter.com/lucasmazza/status/705866469956001793?lang=en

jacwright commented 3 years ago

We've moved to Typescript. Is this sufficient?