Closed beruic closed 8 years ago
That's a rule of ESLint. You can disable that rule by going to Tools -> Web Code Analysis -> Edit ESLint settings
Well... I guess you mean [Tools > Web Analyser > Edit ESLint settings (.eslintrc)]. I have several of those:
You have several of those because when you install the ASP.NET RC2 Preview 1 tooling, then you should uninstall the Web Analyzer extension. The features are now built in.
I'm getting errors that my components are missing a display name. Following https://facebook.github.io/react/docs/jsx-in-depth.html#the-transform, the
displayName
is infered automatically from variable asignment, which I use.