Skip to content

Commit

Permalink
build(build): update .prettierrc to use the right prettier configurat…
Browse files Browse the repository at this point in the history
…ion (code-style/prettier/3.1.x)
  • Loading branch information
SuperITMan committed Jan 5, 2024
1 parent 0701839 commit b1d7645
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 9 deletions.
2 changes: 1 addition & 1 deletion .prettierrc.js
Original file line number Diff line number Diff line change
@@ -1 +1 @@
module.exports = require("@nationalbankbelgium/code-style/prettier/2.3.x");
module.exports = require("@nationalbankbelgium/code-style/prettier/3.1.x");
14 changes: 7 additions & 7 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 @@ -42,7 +42,7 @@
"devDependencies": {
"@commitlint/cli": "^17.6.3",
"@commitlint/config-conventional": "^17.6.3",
"@nationalbankbelgium/code-style": "^1.7.0",
"@nationalbankbelgium/code-style": "^1.8.0",
"@release-it/conventional-changelog": "^5.1.1",
"commitizen": "^4.3.0",
"conventional-changelog-cli": "^2.0.31",
Expand Down

0 comments on commit b1d7645

Please sign in to comment.