You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+1-1
Original file line number
Diff line number
Diff line change
@@ -592,7 +592,7 @@ Other Style Guides
592
592
```
593
593
594
594
<a name="strings--eval"></a><a name="6.5"></a>
595
-
- [6.4](#strings--eval) Never use `eval()` on a string, it opens too many vulnerabilities.
595
+
- [6.4](#strings--eval) Never use `eval()` on a string, it opens too many vulnerabilities. eslint: [`no-eval`](http://eslint.org/docs/rules/no-eval)
596
596
597
597
<a name="strings--escaping"></a>
598
598
- [6.5](#strings--escaping) Do not unnecessarily escape characters in strings. eslint: [`no-useless-escape`](http://eslint.org/docs/rules/no-useless-escape)
0 commit comments