cookiecad / Openscad-to-JSCAD-converter

2 stars 1 forks source link

build(all): switch formatter to standard #1

Closed z3dev closed 3 months ago

z3dev commented 3 months ago

These changes update the packages to use the 'standard' formatter for JavaScript, which uses eslint underneath. This will make the project far more readable and modern.

https://standardjs.com/

JSCAD actually uses a slightly different formatter but underneath is 'standard' and 'eslint'.

I'll start to make bug fixes / enhancements once these changes are merged.

napter commented 3 months ago

@z3dev thank you so much! So just to confirm, these are just style changes and not functional?

I have to check why I didn't get an email that you created this or I would have checked it out sooner!

napter commented 3 months ago

@z3dev FYI: I would also like to switch this to typescript and pnpm. Typescript should make this a lot cleaner and easier to improve.