Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Feature Request: allowing eval "eval can be harmful" #225

Closed
reggi opened this issue Aug 7, 2015 · 2 comments
Closed

Feature Request: allowing eval "eval can be harmful" #225

reggi opened this issue Aug 7, 2015 · 2 comments

Comments

@reggi
Copy link
Contributor

reggi commented Aug 7, 2015

I found a work-around to allow eval by using global['eval']. Is there a better way to allow eval? Perhaps a comment?

/* permit eval */
@reggi
Copy link
Contributor Author

reggi commented Aug 7, 2015

Also, no mention of eval in the docs. :(

@feross
Copy link
Member

feross commented Aug 7, 2015

There are instructions in the readme that explain how to disable individual rules. You can figure out what the rule is called by running with --verbose. This rule is "no-eval".

@feross feross closed this as completed Aug 7, 2015
@lock lock bot locked as resolved and limited conversation to collaborators May 11, 2018
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
Archived in project
Development

No branches or pull requests

2 participants