Skip to content

Commit

Permalink
[WIP] Fixed linting
Browse files Browse the repository at this point in the history
  • Loading branch information
iamvishnusankar committed May 25, 2023
1 parent 64d26e9 commit 86df698
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 3 deletions.
3 changes: 2 additions & 1 deletion .prettierignore
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,5 @@
public
dist
.vscode
out
out
.yarn
Binary file modified .yarn/install-state.gz
Binary file not shown.
2 changes: 2 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,8 @@
},
"devDependencies": {
"@corex/workspace": "^4.0.43",
"eslint": "^8.41.0",
"prettier": "^2.8.8",
"turbo": "^1.9.8"
},
"packageManager": "[email protected]"
Expand Down
6 changes: 4 additions & 2 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -4029,7 +4029,7 @@ __metadata:
languageName: node
linkType: hard

"eslint@npm:^8.16.0":
"eslint@npm:^8.16.0, eslint@npm:^8.41.0":
version: 8.41.0
resolution: "eslint@npm:8.41.0"
dependencies:
Expand Down Expand Up @@ -6227,6 +6227,8 @@ __metadata:
resolution: "next-sitemap-workspace@workspace:."
dependencies:
"@corex/workspace": ^4.0.43
eslint: ^8.41.0
prettier: ^2.8.8
turbo: ^1.9.8
languageName: unknown
linkType: soft
Expand Down Expand Up @@ -6740,7 +6742,7 @@ __metadata:
languageName: node
linkType: hard

"prettier@npm:^2.6.2":
"prettier@npm:^2.6.2, prettier@npm:^2.8.8":
version: 2.8.8
resolution: "prettier@npm:2.8.8"
bin:
Expand Down

0 comments on commit 86df698

Please sign in to comment.