Hacker News new | ask | show | jobs
by procaryote 209 days ago
So what you want is a linter, not a language
1 comments

I want to execute dynamically generated javascript looking code in chrome extension without using eval or new function. basically eval without actually using eval.

linter would help me find and avoid usages of eval.