cgfrost / moolater

Firefox extension for instantly saving a page to Remember The Milk
Other
7 stars 2 forks source link

Fix trivial lint warnings: extra semicolons and indentation #19

Closed EvanHahn closed 4 years ago

EvanHahn commented 4 years ago

This makes the no-extra-semi and the no-mixed-spaces-and-tabs errors, not warnings. It also introduces the indent rule to enforce consistent indentation.

After introducing these rules, I fixed them. The whitespace-free version of this diff should be easier to review.

This brings the warning count down from 135 to 95.

cgfrost commented 4 years ago

Rebased and merged with some extra lint fixes in https://github.com/cgfrost/moolater/pull/20 The linters are running in the Travis build now as well, that went in a separate commit.