Skip to content

Commit

Permalink
Update project.json files
Browse files Browse the repository at this point in the history
This is mostly just a reformat from a code mod tool, but there were a couple other modifications made to fix linting
  • Loading branch information
paustint committed Dec 27, 2024
1 parent 640d26c commit a70144c
Show file tree
Hide file tree
Showing 21 changed files with 44 additions and 47 deletions.
4 changes: 2 additions & 2 deletions apps/cron-tasks/project.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
"$schema": "../../node_modules/nx/schemas/project-schema.json",
"sourceRoot": "apps/cron-tasks/src",
"projectType": "application",
"tags": ["scope:server"],
"targets": {
"build": {
"executor": "@nx/webpack:webpack",
Expand Down Expand Up @@ -62,6 +63,5 @@
"jestConfig": "apps/cron-tasks/jest.config.ts"
}
}
},
"tags": ["scope:server"]
}
}
4 changes: 2 additions & 2 deletions apps/download-zip-sw/project.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
"$schema": "../../node_modules/nx/schemas/project-schema.json",
"projectType": "application",
"sourceRoot": "apps/download-zip-sw/src",
"tags": ["sw"],
"targets": {
"build": {
"executor": "@nx/webpack:webpack",
Expand Down Expand Up @@ -73,6 +74,5 @@
"jestConfig": "apps/download-zip-sw/jest.config.ts"
}
}
},
"tags": ["sw"]
}
}
4 changes: 2 additions & 2 deletions apps/jetstream-worker/project.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
"$schema": "../../node_modules/nx/schemas/project-schema.json",
"sourceRoot": "apps/jetstream-worker/src",
"projectType": "application",
"tags": ["scope:server"],
"targets": {
"build": {
"executor": "@nx/webpack:webpack",
Expand Down Expand Up @@ -49,6 +50,5 @@
"jestConfig": "apps/jetstream-worker/jest.config.ts"
}
}
},
"tags": ["scope:server"]
}
}
4 changes: 2 additions & 2 deletions libs/api-config/project.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,11 +3,11 @@
"$schema": "../../node_modules/nx/schemas/project-schema.json",
"sourceRoot": "libs/api-config/src",
"projectType": "library",
"tags": ["scope:server"],
"targets": {
"lint": {
"executor": "@nx/eslint:lint",
"outputs": ["{options.outputFile}"]
}
},
"tags": ["scope:server"]
}
}
4 changes: 2 additions & 2 deletions libs/api-types/project.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,11 +3,11 @@
"$schema": "../../node_modules/nx/schemas/project-schema.json",
"sourceRoot": "libs/api-types/src",
"projectType": "library",
"tags": ["scope:shared", "scope:any"],
"targets": {
"lint": {
"executor": "@nx/eslint:lint",
"outputs": ["{options.outputFile}"]
}
},
"tags": ["scope:shared", "scope:any"]
}
}
4 changes: 2 additions & 2 deletions libs/connected/connected-ui/project.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
"$schema": "../../../node_modules/nx/schemas/project-schema.json",
"sourceRoot": "libs/connected/connected-ui/src",
"projectType": "library",
"tags": ["scope:shared"],
"targets": {
"lint": {
"executor": "@nx/eslint:lint"
Expand All @@ -14,6 +15,5 @@
"jestConfig": "libs/connected/connected-ui/jest.config.ts"
}
}
},
"tags": ["scope:shared"]
}
}
4 changes: 2 additions & 2 deletions libs/icon-factory/project.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,11 +3,11 @@
"$schema": "../../node_modules/nx/schemas/project-schema.json",
"sourceRoot": "libs/icon-factory/src",
"projectType": "library",
"tags": ["scope:shared"],
"generators": {},
"targets": {
"lint": {
"executor": "@nx/eslint:lint"
}
},
"tags": ["scope:shared"]
}
}
4 changes: 2 additions & 2 deletions libs/monaco-configuration/project.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
"$schema": "../../node_modules/nx/schemas/project-schema.json",
"sourceRoot": "libs/monaco-configuration/src",
"projectType": "library",
"tags": ["scope:shared", "scope:allow-worker-import"],
"targets": {
"lint": {
"executor": "@nx/eslint:lint"
Expand All @@ -14,6 +15,5 @@
"jestConfig": "libs/monaco-configuration/jest.config.ts"
}
}
},
"tags": ["scope:shared", "scope:allow-worker-import"]
}
}
4 changes: 2 additions & 2 deletions libs/salesforce-api/project.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
"$schema": "../../node_modules/nx/schemas/project-schema.json",
"sourceRoot": "libs/salesforce-api/src",
"projectType": "library",
"tags": ["scope:shared"],
"targets": {
"build": {
"executor": "@nx/esbuild:esbuild",
Expand All @@ -27,6 +28,5 @@
"jestConfig": "libs/salesforce-api/jest.config.ts"
}
}
},
"tags": ["scope:shared"]
}
}
4 changes: 2 additions & 2 deletions libs/shared/browser-worker-utils/project.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,11 +3,11 @@
"$schema": "../../../node_modules/nx/schemas/project-schema.json",
"sourceRoot": "libs/shared/browser-worker-utils/src",
"projectType": "library",
"tags": ["scope:worker"],
"targets": {
"lint": {
"executor": "@nx/eslint:lint",
"outputs": ["{options.outputFile}"]
}
},
"tags": ["scope:worker"]
}
}
4 changes: 2 additions & 2 deletions libs/shared/client-logger/project.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
"$schema": "../../../node_modules/nx/schemas/project-schema.json",
"sourceRoot": "libs/shared/client-logger/src",
"projectType": "library",
"tags": ["scope:shared", "scope:allow-worker-import"],
"generators": {},
"targets": {
"lint": {
Expand All @@ -15,6 +16,5 @@
},
"outputs": ["{workspaceRoot}/coverage/libs/shared/client-logger"]
}
},
"tags": ["scope:shared", "scope:allow-worker-import"]
}
}
4 changes: 2 additions & 2 deletions libs/shared/constants/project.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,11 +3,11 @@
"$schema": "../../../node_modules/nx/schemas/project-schema.json",
"sourceRoot": "libs/shared/constants/src",
"projectType": "library",
"tags": ["scope:shared", "scope:allow-worker-import", "scope:any"],
"generators": {},
"targets": {
"lint": {
"executor": "@nx/eslint:lint"
}
},
"tags": ["scope:shared", "scope:allow-worker-import", "scope:any"]
}
}
4 changes: 2 additions & 2 deletions libs/shared/data/project.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
"$schema": "../../../node_modules/nx/schemas/project-schema.json",
"sourceRoot": "libs/shared/data/src",
"projectType": "library",
"tags": ["scope:shared", "scope:allow-worker-import"],
"generators": {},
"targets": {
"lint": {
Expand All @@ -15,6 +16,5 @@
},
"outputs": ["{workspaceRoot}/coverage/libs/shared/data"]
}
},
"tags": ["scope:shared", "scope:allow-worker-import"]
}
}
4 changes: 2 additions & 2 deletions libs/shared/node-utils/project.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
"$schema": "../../../node_modules/nx/schemas/project-schema.json",
"sourceRoot": "libs/shared/node-utils/src",
"projectType": "library",
"tags": ["scope:server"],
"generators": {},
"targets": {
"lint": {
Expand All @@ -15,6 +16,5 @@
},
"outputs": ["{workspaceRoot}/coverage/libs/shared/node-utils"]
}
},
"tags": ["scope:server"]
}
}
4 changes: 2 additions & 2 deletions libs/shared/ui-record-form/project.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
"$schema": "../../../node_modules/nx/schemas/project-schema.json",
"sourceRoot": "libs/shared/ui-record-form/src",
"projectType": "library",
"tags": ["scope:shared"],
"generators": {},
"targets": {
"lint": {
Expand Down Expand Up @@ -40,6 +41,5 @@
},
"outputs": ["{options.outputDir}"]
}
},
"tags": ["scope:shared"]
}
}
4 changes: 2 additions & 2 deletions libs/shared/ui-utils/project.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
"$schema": "../../../node_modules/nx/schemas/project-schema.json",
"sourceRoot": "libs/shared/ui-utils/src",
"projectType": "library",
"tags": ["scope:shared", "scope:browser", "scope:allow-worker-import"],
"generators": {},
"targets": {
"lint": {
Expand All @@ -15,6 +16,5 @@
},
"outputs": ["{workspaceRoot}/coverage/libs/shared/ui-utils"]
}
},
"tags": ["scope:shared", "scope:browser", "scope:allow-worker-import"]
}
}
4 changes: 2 additions & 2 deletions libs/shared/utils/project.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
"$schema": "../../../node_modules/nx/schemas/project-schema.json",
"sourceRoot": "libs/shared/utils/src",
"projectType": "library",
"tags": ["scope:allow-worker-import", "scope:any"],
"generators": {},
"targets": {
"lint": {
Expand All @@ -15,6 +16,5 @@
},
"outputs": ["{workspaceRoot}/coverage/libs/shared/utils"]
}
},
"tags": ["scope:allow-worker-import", "scope:any"]
}
}
4 changes: 2 additions & 2 deletions libs/splitjs/project.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
"$schema": "../../node_modules/nx/schemas/project-schema.json",
"sourceRoot": "libs/splitjs/src",
"projectType": "library",
"tags": ["scope:shared"],
"targets": {
"lint": {
"executor": "@nx/eslint:lint",
Expand All @@ -15,6 +16,5 @@
"jestConfig": "libs/splitjs/jest.config.ts"
}
}
},
"tags": ["scope:shared"]
}
}
6 changes: 3 additions & 3 deletions libs/types/project.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,8 @@
"$schema": "../../node_modules/nx/schemas/project-schema.json",
"sourceRoot": "libs/types/src",
"projectType": "library",
"tags": ["scope:shared", "scope:allow-worker-import", "scope:type-only"],
"implicitDependencies": [],
"generators": {},
"targets": {
"lint": {
Expand All @@ -15,7 +17,5 @@
},
"outputs": ["{workspaceRoot}/coverage/libs/types"]
}
},
"implicitDependencies": [],
"tags": ["scope:shared", "scope:allow-worker-import", "scope:type-only"]
}
}
9 changes: 3 additions & 6 deletions libs/ui/project.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,13 +3,11 @@
"$schema": "../../node_modules/nx/schemas/project-schema.json",
"sourceRoot": "libs/ui/src",
"projectType": "library",
"tags": ["scope:shared"],
"generators": {},
"targets": {
"lint": {
"executor": "@nx/eslint:lint",
"options": {
"lintFilePatterns": ["libs/src/**/*"]
}
"executor": "@nx/eslint:lint"
},
"test": {
"executor": "@nx/jest:jest",
Expand Down Expand Up @@ -43,6 +41,5 @@
},
"outputs": ["{options.outputDir}"]
}
},
"tags": ["scope:shared"]
}
}
4 changes: 2 additions & 2 deletions tools/workspace-plugin/project.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
"$schema": "../../node_modules/nx/schemas/project-schema.json",
"sourceRoot": "tools/workspace-plugin/src",
"projectType": "library",
"tags": [],
"targets": {
"build": {
"executor": "@nx/js:tsc",
Expand Down Expand Up @@ -46,6 +47,5 @@
"jestConfig": "tools/workspace-plugin/jest.config.ts"
}
}
},
"tags": []
}
}

0 comments on commit a70144c

Please sign in to comment.