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

Comments

@reggi
Copy link
Contributor

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

This comment has been minimized.

Copy link
Contributor Author

commented Aug 7, 2015

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

@feross

This comment has been minimized.

Copy link
Member

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 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.
2 participants
You can’t perform that action at this time.