Skip to content

Commit

Permalink
fix inline issue
Browse files Browse the repository at this point in the history
  • Loading branch information
kentcdodds committed May 22, 2022
1 parent d7f5f8f commit 7530f02
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 0 deletions.
1 change: 1 addition & 0 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 6 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,7 @@
"stop-runaway-react-effects": "^2.0.0"
},
"devDependencies": {
"@babel/preset-react": "^7.17.12",
"@testing-library/cypress": "^8.0.2",
"@testing-library/jest-dom": "^5.16.4",
"@testing-library/react": "^13.2.0",
Expand Down Expand Up @@ -82,6 +83,11 @@
"validate-exercises": "node ./scripts/validate-exercises",
"validate": "npm run validate-exercises && npm-run-all --parallel lint test:coverage build"
},
"babel": {
"presets": [
"@babel/preset-react"
]
},
"eslintConfig": {
"extends": "react-app"
},
Expand Down

0 comments on commit 7530f02

Please sign in to comment.