Skip to content

Commit

Permalink
Update CRA to current version (v5). Remove eslintConfig block from pa…
Browse files Browse the repository at this point in the history
…ckage.json. Use @babel/eslint-parser
  • Loading branch information
marciaga committed Dec 16, 2022
1 parent becf001 commit 4168a45
Show file tree
Hide file tree
Showing 3 changed files with 4,180 additions and 5,563 deletions.
2 changes: 1 addition & 1 deletion .eslintrc.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"parser": "babel-eslint",
"parser": "@babel/eslint-parser",
"env": {
"browser": true,
"es2021": true,
Expand Down
10 changes: 2 additions & 8 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,23 +6,17 @@
"@testing-library/jest-dom": "^5.11.4",
"@testing-library/react": "^11.1.0",
"@testing-library/user-event": "^12.1.10",
"luxon": "^2.4.0",
"react": "^17.0.1",
"react-dom": "^17.0.1",
"react-scripts": "4.0.1",
"luxon": "^2.4.0"
"react-scripts": "5.0.0"
},
"scripts": {
"start": "react-scripts start",
"build": "react-scripts build",
"test": "react-scripts test",
"eject": "react-scripts eject"
},
"eslintConfig": {
"extends": [
"react-app",
"react-app/jest"
]
},
"browserslist": [
">0.2%",
"not dead",
Expand Down
Loading

0 comments on commit 4168a45

Please sign in to comment.