Skip to content

Commit

Permalink
Fix eslint setup in headless commerce react samples
Browse files Browse the repository at this point in the history
  • Loading branch information
fbeaudoincoveo committed Aug 2, 2024
1 parent e8ebb09 commit 4e641d0
Show file tree
Hide file tree
Showing 3 changed files with 47 additions and 3 deletions.
39 changes: 36 additions & 3 deletions package-lock.json

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

3 changes: 3 additions & 0 deletions packages/samples/headless-commerce-react/.eslintrc.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
{
"extends": "react-app"
}
8 changes: 8 additions & 0 deletions packages/samples/headless-commerce-react/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,5 +28,13 @@
"last 1 firefox version",
"last 1 safari version"
]
},
"devDependencies": {
"@types/node": "20.14.12",
"@types/react": "18.2.0",
"@types/react-dom": "18.2.0",
"eslint": "8.57.0",
"eslint-config-react-app": "7.0.1",
"typescript": "4.9.5"
}
}

0 comments on commit 4e641d0

Please sign in to comment.