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

Bug 495756

Summary: [eslint][es6] implement no-const-assign rule
Product: [ECD] Orion Reporter: Muhammad Mousa <mmousa>
Component: JS ToolsAssignee: Olivier Thomann <Olivier_Thomann>
Status: RESOLVED FIXED QA Contact:
Severity: enhancement    
Priority: P3 CC: curtis.windatt.public, Olivier_Thomann
Version: 12.0   
Target Milestone: 13.0   
Hardware: PC   
OS: Windows 7   
Whiteboard:

Description Muhammad Mousa CLA 2016-06-08 17:00:32 EDT
Provide a rule to throw a warning when overriding / reassigning a const. Example guidelines can be found here:

http://eslint.org/docs/rules/no-const-assign
Comment 1 Olivier Thomann CLA 2016-07-15 11:42:08 EDT
Delivered.