mirror of
https://github.com/airbnb/javascript.git
synced 2026-01-13 21:38:03 -05:00
[6.5] add backticks around stray eval. fixes #556
This commit is contained in:
@@ -447,7 +447,7 @@ Other Style Guides
|
||||
return `How are you, ${name}?`;
|
||||
}
|
||||
```
|
||||
- [6.5](#6.5) <a name='6.5'></a> Never use eval() on a string, it opens too many vulnerabilities.
|
||||
- [6.5](#6.5) <a name='6.5'></a> Never use `eval()` on a string, it opens too many vulnerabilities.
|
||||
|
||||
**[⬆ back to top](#table-of-contents)**
|
||||
|
||||
|
||||
Reference in New Issue
Block a user