Created by: lacker
Disable the lint rule that warns you if you mix multiplication and addition without parentheses. That seems stylistic & thus too strict for the goals of this project, especially if you are doing a bunch of math in your code.
I kept the lint warnings for mixing the more advanced operators.