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

Bug 461858

Summary: [eslint] Update wording of assigning read-only var
Product: [ECD] Orion Reporter: Michael Rennie <Michael_Rennie>
Component: JS ToolsAssignee: Curtis Windatt <curtis.windatt.public>
Status: RESOLVED FIXED QA Contact:
Severity: trivial    
Priority: P3 CC: curtis.windatt.public
Version: 8.0   
Target Milestone: 9.0   
Hardware: PC   
OS: Mac OS X   
Whiteboard:

Description Michael Rennie CLA 2015-03-10 12:41:34 EDT
Currently the rule reads:

'{a}' is readonly.

but last I checked 'readonly' was not a word, should be:

'{a}' is read-only.