Skip to content

Commit

Permalink
update to prettier v3.2.4 (#1041)
Browse files Browse the repository at this point in the history
  • Loading branch information
evantahler authored Jan 29, 2024
1 parent baf3ef7 commit 362690c
Show file tree
Hide file tree
Showing 4 changed files with 12 additions and 12 deletions.
4 changes: 2 additions & 2 deletions examples/docker/producer/tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"outDir": "./dist",
"allowJs": true,
"module": "commonjs",
"target": "es2018"
"target": "es2018",
},
"include": ["./src/**/*"]
"include": ["./src/**/*"],
}
4 changes: 2 additions & 2 deletions examples/docker/worker/tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"outDir": "./dist",
"allowJs": true,
"module": "commonjs",
"target": "es2018"
"target": "es2018",
},
"include": ["./src/**/*"]
"include": ["./src/**/*"],
}
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 @@ -34,7 +34,7 @@
"ioredis-mock": "^8.9.0",
"jest": "^29.7.0",
"node-schedule": "^2.1.1",
"prettier": "^3.1.1",
"prettier": "^3.2.4",
"ts-jest": "^29.1.1",
"ts-node": "^10.9.2",
"typedoc": "^0.25.4",
Expand Down

0 comments on commit 362690c

Please sign in to comment.