Skip to content

Commit

Permalink
chore: upgrade prettier
Browse files Browse the repository at this point in the history
  • Loading branch information
judofyr committed Jan 17, 2024
1 parent 45e2894 commit 46c6083
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 7 deletions.
8 changes: 4 additions & 4 deletions package-lock.json

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

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,7 @@
"eslint-plugin-prettier": "^5.0.0",
"eslint-plugin-simple-import-sort": "^10.0.0",
"ndjson": "^2.0.0",
"prettier": "^3.0.3",
"prettier": "^3.2.4",
"prettier-plugin-packagejson": "^2.4.5",
"rimraf": "^5.0.0",
"semver": "^7.5.4",
Expand Down
4 changes: 2 additions & 2 deletions tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,6 @@
"skipLibCheck": true,
"moduleResolution": "node",
"forceConsistentCasingInFileNames": true,
"outDir": "dist"
}
"outDir": "dist",
},
}

0 comments on commit 46c6083

Please sign in to comment.