MLTSHP / mltshp

Source for the application that runs mltshp.com
https://mltshp.com/
Mozilla Public License 2.0
50 stars 21 forks source link

Whitespace cleanup: Format Javascript #354 Review #731

Closed FrankXenarthra closed 1 year ago

FrankXenarthra commented 1 year ago

This commit used prettier command to cleanup the formatting of the javascript files.

The config file .prettierignore has been added with already two files to be left out of formatting.

The following command has been used: prettier "./*/.js" --write

FrankXenarthra commented 1 year ago

Thanks a lot!