Closed cgfrost closed 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.
no-extra-semi
no-mixed-spaces-and-tabs
indent
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.
no-redeclare
no-prototype-builtins
Fix trivial lint warnings: extra semicolons and indentation
This makes the
no-extra-semi
and theno-mixed-spaces-and-tabs
errors, not warnings. It also introduces theindent
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
andno-prototype-builtins
in to errors and fixed. 90 problems remain.