1

i followed this link and now my ReSharper doesn't make much noise about the react syntax, but there is one annoying warning that is shown for class names

enter image description here

or for class names

enter image description here

or Promise is a javascript feature, but i get warning as global variable warning thing

enter image description here

is there any solution for these?

Mohammad Hossein Amri
  • 1,842
  • 2
  • 23
  • 43

1 Answers1

1

Try this:

enter image description here

or if you want validate EcmaScript 2016

enter image description here

hendrathings
  • 3,720
  • 16
  • 30
  • this way I just turnoff intellisense for js and jsx, thanks but not the solution i'm looking for – Mohammad Hossein Amri Mar 25 '18 at 17:14
  • I had to enable 'Experimental' features instead of EcmaScript 2016 to get rid of react import warnings. Unfortunately I'm getting warnings about my html layout/jsx. – Tyeth Sep 09 '18 at 17:55