MarcellPerger1 / minecraft_clone_1

A minecraft clone using javascript & webgl
MIT License
2 stars 1 forks source link

Dont use prettier #193

Closed MarcellPerger1 closed 5 months ago

MarcellPerger1 commented 5 months ago

Don't use prettier because operators at the end of lines are bad, and less readable, see PEP8.

ESLint is bad for this because:

Other options to consider (in order from least to most effort):

The reason I opened then immediately closed this PR is so that the commits stay as part of the history and I can safely delete the branch.