Skip to content

Commit

Permalink
docs: no-eval replace dead link with working one (#15568)
Browse files Browse the repository at this point in the history
  • Loading branch information
c-vetter committed Feb 3, 2022
1 parent 6f940c3 commit f63795d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/rules/no-eval.md
Expand Up @@ -153,5 +153,5 @@ global.eval("var a = 0");

## Further Reading

* [Eval is Evil, Part One](https://blogs.msdn.com/b/ericlippert/archive/2003/11/01/53329.aspx)
* [Eval is Evil, Part One](https://ericlippert.com/2003/11/01/eval-is-evil-part-one/)
* [How evil is eval](https://javascriptweblog.wordpress.com/2010/04/19/how-evil-is-eval/)

0 comments on commit f63795d

Please sign in to comment.