Could I suggest renaming nonStatic to static or isStatic and having an alias called nonStatic for backwards compatibility? Negated boolean variable names can cause unnecessary confusion.
e.g.
if (nonStatic === false) {...}
\\ or
if (isStatic === true) {...}
I'm happy to fork and do a pull request? Excellent plugin apart from that.
Could I suggest renaming
nonStatic
tostatic
orisStatic
and having an alias callednonStatic
for backwards compatibility? Negated boolean variable names can cause unnecessary confusion. e.g.I'm happy to fork and do a pull request? Excellent plugin apart from that.