Skip to content

Commit

Permalink
update to react-scripts 3.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
tarwn committed May 11, 2019
1 parent cf0c45f commit d51b8a2
Show file tree
Hide file tree
Showing 5 changed files with 7,964 additions and 13,801 deletions.
3 changes: 3 additions & 0 deletions dotnet-2.2/BlogExample.Web/ClientApp/.eslintrc.json
@@ -0,0 +1,3 @@
{
"extends": "react-app"
}
8 changes: 8 additions & 0 deletions dotnet-2.2/BlogExample.Web/ClientApp/.vscode/settings.json
@@ -0,0 +1,8 @@
{
"eslint.validate": [
"javascript",
"javascriptreact",
{ "language": "typescript", "autoFix": true },
{ "language": "typescriptreact", "autoFix": true }
]
}

0 comments on commit d51b8a2

Please sign in to comment.