LionWeb-io / lionweb-typescript

Implements (select parts of) the LionWeb specification, and tooling around that - all in TypeScript.
Apache License 2.0
10 stars 4 forks source link

Use prettier to auto-format source code #102

Open dslmeinte opened 8 months ago

dslmeinte commented 8 months ago

Configure prettier to auto-format source code – eventually as part of a commit pre-hook, I guess.

Start with the validation package and use a prettier option to remove the ;s.

dslmeinte commented 8 months ago

Already done for the validation package, per commit of PR #104 . But it's not automated yet: it currently relies on IDE support.