Some Eclipse Foundation services are deprecated, or will be soon. Please ensure you've read this important communication.

Bug 429707

Summary: [eslint] Extend the no-eval rule to report implicit eval use
Product: [ECD] Orion Reporter: Michael Rennie <Michael_Rennie>
Component: JS ToolsAssignee: Michael Rennie <Michael_Rennie>
Status: RESOLVED FIXED QA Contact:
Severity: enhancement    
Priority: P3    
Version: 5.0   
Target Milestone: 6.0 M1   
Hardware: PC   
OS: Mac OS X   
Whiteboard:

Description Michael Rennie CLA 2014-03-05 15:09:55 EST
This is a FUP to bug 429702 - we should augment the no-eval rule to also check for implicit eval calls in the following cases:

1. the string-argument form of setTimeout 
2. the string-argument form of setInterval