digidem / mapeo-core-next

The upcoming version of Mapeo Core
MIT License
7 stars 1 forks source link

chore: require curly brackets for multiline blocks #702

Closed EvanHahn closed 1 week ago

EvanHahn commented 2 weeks ago

This enables the ESLint curly rule to enforce the use of curly brackets when the block contains multiple lines.

After reading a bunch of our code, this intends to make explicit an implicit part of our code style.