Newer Version Available
Disallow Script URLs (no-script-url)
Prevents the use of javascript:
URLs, which is yet another way to try to eval() a
string. This is a standard rule built into ESLint.
For complete details about this rule, including examples, see the corresponding ESLint documentation, Disallow Script URLs (no-script-url).