There are others and other threads, and I get that it probably isn't high priority, but the number of false positives that come through the linter make it so that I effectively ignore it completely. It would be great to have it as a tool, but as an example, "additional scope" variables always popping up as "not defined" and "Misleading line break before '?'; readers may interpret this as an expression boundary." when the automated Retool formatter formats the code in this manner are two particularly annoying ones, as I often have variables defined for additional scope and I like to use ternary expressions.
As a feature request, would it be possible to turn certain checks off (or to make them more useful) so that the linter can be a more useful part of building apps?