How can I configure Resharper's language level for ECMAScript 6?

Visual StudioEcmascript 6Resharper 9.1

Visual Studio Problem Overview


Consider the image below:

enter image description here

  • How can I configure Resharper's language level for ECMAScript 6?

Visual Studio Solutions


Solution 1 - Visual Studio

In Resharper 2016 this has been renamed to ECMAScript 2015. It's available under

Resharper Options | Code Editing | Javascript | Inspections

enter image description here

Solution 2 - Visual Studio

ReSharper 9.2 uses ECMAScript version specified in Project Properties | Typescript Build | ECMAScript version. enter image description here

Attributions

All content for this solution is sourced from the original question on Stackoverflow.

The content on this page is licensed under the Attribution-ShareAlike 4.0 International (CC BY-SA 4.0) license.

Content TypeOriginal AuthorOriginal Content on Stackoverflow
QuestionJim G.View Question on Stackoverflow
Solution 1 - Visual StudioDamian GreenView Answer on Stackoverflow
Solution 2 - Visual StudioAlexander KurakinView Answer on Stackoverflow