eoger / tabcenter-redux

Vertical Tabs extension for Firefox
Mozilla Public License 2.0
381 stars 67 forks source link

Use === instead of == across the codebase #259

Closed EvanHahn closed 6 years ago

EvanHahn commented 6 years ago

Various sources recommend using === instead of == to check equality in JavaScript. This PR enforces this with ESLint and then fixes all violations.

Curious to know what you think about this!

eoger commented 6 years ago

Rebased and merged in https://github.com/eoger/tabcenter-redux/commit/29f68bfaff13192ab86af7a9170b9d4c8b009c86, sorry it took so long, thanks!