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, no-undef and indentation #20

Closed cgfrost closed 4 years ago

cgfrost commented 4 years ago

Fix trivial lint warnings: extra semicolons and indentation

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.

This brings the warning count down from 135 to 95.

In addition to the changes above by @EvanHahn, I have fixed some merge conflicts and made no-redeclare and no-prototype-builtins in to errors and fixed. 90 problems remain.