Skip to content

Commit

Permalink
lint: Standardize the linting rules across the project by using `esli…
Browse files Browse the repository at this point in the history
…nt-config-yscope`.
  • Loading branch information
junhaoliao committed Sep 14, 2024
1 parent f801e85 commit 220f6b8
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions client/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,8 @@
"dom-to-image": "^2.6.0"
},
"devDependencies": {
"react-scripts": "^5.0.1"
"react-scripts": "^5.0.1",
"eslint-config-yscope": "^0.0.31"
},
"scripts": {
"start": "react-scripts start",
Expand All @@ -38,8 +39,7 @@
},
"eslintConfig": {
"extends": [
"react-app",
"react-app/jest"
"yscope/react"
]
},
"browserslist": {
Expand Down

0 comments on commit 220f6b8

Please sign in to comment.