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

Consider the image below:

enter image description here

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


Solution 1:[1]

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:[2]

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

Sources

This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.

Source: Stack Overflow

Solution Source
Solution 1 Damian Green
Solution 2