aspnet / Templating

[Archived] ASP.NET Core templates for .NET CLI and Visual Studio. Project moved to https://github.com/aspnet/AspNetCore
Apache License 2.0
205 stars 79 forks source link

Add ESLint configuration to React + Redux project #769

Closed gfox1984 closed 5 years ago

gfox1984 commented 6 years ago

Issue description

The default project created with "dotnet new reactredux" contains a number of ESLint warnings (eg: "Component definition is missing display name" in App.js) causing most of the files to be highlighted in green or red in Visual Studio (2017 Version 15.8.6).

Please review and correct the warning and errors OR add a working configuration file for ESLint that works better with the create-react-app project.

Software versions

Check the .NET target framework(s) being used, and include the version number(s).

mkArtakMSFT commented 6 years ago

Thanks for contacting us, @gfox1984. @ryanbrandenburg, can you please look into this? Let's try to resolve what's possible during 2.2.

ryanbrandenburg commented 5 years ago

Fixed in #796.