quick-lint-js
quick-lint-js copied to clipboard
Make dead/redundant-code configure option
E086 (redundant delete statement on variable) is a warning for dead/useless code. Let's make the warning configurable, so people can turn it off.
Note that E086 is really an error in strict mode.