digidem / mapeo-core-next

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

chore: disallow `==` and `!=` #605

Closed EvanHahn closed 2 months ago

EvanHahn commented 2 months ago

This enables the ESLint eqeqeq rule, requiring === and !== over == and !=.