Skip to content

Commit

Permalink
yarn add eslint-config-prettier
Browse files Browse the repository at this point in the history
  • Loading branch information
iorin-io committed Mar 9, 2024
1 parent 85b7015 commit c748eda
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 0 deletions.
1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@
"lint": "next lint"
},
"dependencies": {
"eslint-config-prettier": "^9.1.0",
"next": "14.1.3",
"react": "^18",
"react-dom": "^18"
Expand Down
12 changes: 12 additions & 0 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -1954,6 +1954,17 @@ __metadata:
languageName: node
linkType: hard

"eslint-config-prettier@npm:^9.1.0":
version: 9.1.0
resolution: "eslint-config-prettier@npm:9.1.0"
peerDependencies:
eslint: ">=7.0.0"
bin:
eslint-config-prettier: bin/cli.js
checksum: 9229b768c879f500ee54ca05925f31b0c0bafff3d9f5521f98ff05127356de78c81deb9365c86a5ec4efa990cb72b74df8612ae15965b14136044c73e1f6a907
languageName: node
linkType: hard

"eslint-import-resolver-node@npm:^0.3.6, eslint-import-resolver-node@npm:^0.3.9":
version: 0.3.9
resolution: "eslint-import-resolver-node@npm:0.3.9"
Expand Down Expand Up @@ -3623,6 +3634,7 @@ __metadata:
"@types/react-dom": ^18
eslint: ^8
eslint-config-next: 14.1.3
eslint-config-prettier: ^9.1.0
next: 14.1.3
prettier: 3.2.5
react: ^18
Expand Down

0 comments on commit c748eda

Please sign in to comment.