Skip to content

Commit

Permalink
[patch] set tsdoc: true in prettier base config
Browse files Browse the repository at this point in the history
  • Loading branch information
electrovir committed Aug 27, 2024
1 parent b15739f commit 8846578
Show file tree
Hide file tree
Showing 19 changed files with 89 additions and 87 deletions.
88 changes: 44 additions & 44 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
@@ -1,6 +1,6 @@
{
"name": "@virmator/mono-repo-root",
"version": "13.3.5",
"version": "13.3.6",
"private": true,
"type": "module",
"workspaces": [
Expand Down
6 changes: 3 additions & 3 deletions packages/compile/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@virmator/compile",
"version": "13.3.5",
"version": "13.3.6",
"description": "Default TS compile plugin for virmator.",
"keywords": [
"virmator",
Expand Down Expand Up @@ -33,12 +33,12 @@
"dependencies": {
"@augment-vir/common": "^29.3.0",
"@augment-vir/node-js": "^29.3.0",
"@virmator/core": "^13.3.5",
"@virmator/core": "^13.3.6",
"run-time-assertions": "^1.5.2"
},
"devDependencies": {
"@types/node": "^22.5.0",
"@virmator/plugin-testing": "^13.3.5",
"@virmator/plugin-testing": "^13.3.6",
"c8": "^10.1.2",
"chalk": "^5.3.0",
"concurrently": "^8.2.2",
Expand Down
2 changes: 1 addition & 1 deletion packages/core/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@virmator/core",
"version": "13.3.5",
"version": "13.3.6",
"description": "Shared core functionality for all virmator plugins and the virmator CLI.",
"keywords": [
"automation",
Expand Down
4 changes: 2 additions & 2 deletions packages/deps/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@virmator/deps",
"version": "13.3.5",
"version": "13.3.6",
"description": "Default TS deps plugin for virmator.",
"keywords": [
"virmator",
Expand Down Expand Up @@ -35,7 +35,7 @@
"dependencies": {
"@augment-vir/common": "^29.3.0",
"@augment-vir/node-js": "^29.3.0",
"@virmator/core": "^13.3.5",
"@virmator/core": "^13.3.6",
"mri": "^1.2.0"
},
"devDependencies": {
Expand Down
4 changes: 2 additions & 2 deletions packages/docs/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@virmator/docs",
"version": "13.3.5",
"version": "13.3.6",
"description": "Default TS docs plugin for virmator.",
"keywords": [
"virmator",
Expand Down Expand Up @@ -34,7 +34,7 @@
"dependencies": {
"@augment-vir/common": "^29.3.0",
"@augment-vir/node-js": "^29.3.0",
"@virmator/core": "^13.3.5",
"@virmator/core": "^13.3.6",
"chalk": "^5.3.0",
"mri": "^1.2.0",
"run-time-assertions": "^1.5.2"
Expand Down
1 change: 1 addition & 0 deletions packages/format/configs/prettier.config.base.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@ export const basePrettierConfig = {
'prettier-plugin-interpolated-html-tags',
],
printWidth: 100,
tsdoc: true,
singleQuote: true,
tabWidth: 4,
trailingComma: 'all',
Expand Down
4 changes: 2 additions & 2 deletions packages/format/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@virmator/format",
"version": "13.3.5",
"version": "13.3.6",
"description": "Default format plugin for virmator.",
"keywords": [
"virmator",
Expand Down Expand Up @@ -32,7 +32,7 @@
},
"dependencies": {
"@augment-vir/common": "^29.3.0",
"@virmator/core": "^13.3.5",
"@virmator/core": "^13.3.6",
"mri": "^1.2.0"
},
"devDependencies": {
Expand Down
4 changes: 2 additions & 2 deletions packages/frontend/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@virmator/frontend",
"version": "13.3.5",
"version": "13.3.6",
"description": "Default frontend plugin for virmator.",
"keywords": [
"virmator",
Expand Down Expand Up @@ -36,7 +36,7 @@
"dependencies": {
"@augment-vir/common": "^29.3.0",
"@augment-vir/node-js": "^29.3.0",
"@virmator/core": "^13.3.5",
"@virmator/core": "^13.3.6",
"mri": "^1.2.0"
},
"devDependencies": {
Expand Down
4 changes: 2 additions & 2 deletions packages/help/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@virmator/help",
"version": "13.3.5",
"version": "13.3.6",
"description": "Default help plugin for virmator.",
"keywords": [
"virmator",
Expand Down Expand Up @@ -33,7 +33,7 @@
"dependencies": {
"@augment-vir/common": "^29.3.0",
"@augment-vir/node-js": "^29.3.0",
"@virmator/core": "^13.3.5",
"@virmator/core": "^13.3.6",
"run-time-assertions": "^1.5.2"
},
"devDependencies": {
Expand Down
Loading

0 comments on commit 8846578

Please sign in to comment.