arduino / include-robot

GNU General Public License v3.0
7 stars 6 forks source link

chore: add prettier formatter for js files #41

Closed lucarin91 closed 3 months ago

lucarin91 commented 4 months ago

The PR adds the prettier formatter for JS files.

The format can be installed with the make rule make init and will run together with the C++ formatted with the rule make fmt.

The formatter also runs in the CI.