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

Bug 494575

Summary: QuickFix for "require is undefined" should fix with 'amd'
Product: [ECD] Orion Reporter: Carolyn MacLeod <Carolyn_MacLeod>
Component: JS ToolsAssignee: Michael Rennie <Michael_Rennie>
Status: RESOLVED FIXED QA Contact:
Severity: normal    
Priority: P3 CC: Michael_Rennie
Version: unspecified   
Target Milestone: 12.0   
Hardware: PC   
OS: Windows 7   
Whiteboard:

Description Carolyn MacLeod CLA 2016-05-25 14:22:40 EDT
There was a "require is undefined" error in: org.eclipse.orion.client.ui/web/examplePages/singlepane.html

I selected the QuickFix, and got:
/*eslint-env node*/
but I was expecting:
/*eslint-env amd*/