feat: convert to crystal

This commit is contained in:
thomas
2024-05-26 21:42:17 +02:00
parent f0abc3ec46
commit a07954fa73
73 changed files with 96 additions and 346 deletions

View File

@@ -3,6 +3,7 @@
"$schema": "../../node_modules/nx/schemas/project-schema.json",
"sourceRoot": "libs/cli/src",
"projectType": "library",
"tags": [],
"targets": {
"build": {
"executor": "@nx/js:tsc",
@@ -35,10 +36,6 @@
}
]
}
},
"lint": {
"executor": "@nx/eslint:lint"
}
},
"tags": []
}
}

View File

@@ -3,6 +3,7 @@
"$schema": "../../node_modules/nx/schemas/project-schema.json",
"sourceRoot": "libs/custom-plugin/src",
"projectType": "library",
"tags": [],
"targets": {
"build": {
"executor": "@nx/js:tsc",
@@ -36,9 +37,6 @@
]
}
},
"lint": {
"executor": "@nx/eslint:lint"
},
"test": {
"executor": "@nx/jest:jest",
"outputs": ["{workspaceRoot}/coverage/{projectRoot}"],
@@ -46,6 +44,5 @@
"jestConfig": "libs/custom-plugin/jest.config.ts"
}
}
},
"tags": []
}
}

View File

@@ -3,8 +3,8 @@
"$schema": "../../../node_modules/nx/schemas/project-schema.json",
"sourceRoot": "libs/decoupling/brain/src",
"prefix": "lib",
"tags": ["type:brain"],
"projectType": "library",
"tags": ["type:brain"],
"targets": {
"build": {
"executor": "@nx/angular:ng-packagr-lite",
@@ -28,9 +28,6 @@
"options": {
"jestConfig": "libs/decoupling/brain/jest.config.ts"
}
},
"lint": {
"executor": "@nx/eslint:lint"
}
}
}

View File

@@ -3,8 +3,8 @@
"$schema": "../../../node_modules/nx/schemas/project-schema.json",
"sourceRoot": "libs/decoupling/core/src",
"prefix": "lib",
"tags": ["type:core"],
"projectType": "library",
"tags": ["type:core"],
"targets": {
"build": {
"executor": "@nx/angular:ng-packagr-lite",
@@ -28,9 +28,6 @@
"options": {
"jestConfig": "libs/decoupling/core/jest.config.ts"
}
},
"lint": {
"executor": "@nx/eslint:lint"
}
}
}

View File

@@ -3,8 +3,8 @@
"$schema": "../../../node_modules/nx/schemas/project-schema.json",
"sourceRoot": "libs/decoupling/helmet/src",
"prefix": "lib",
"tags": ["type:hlm"],
"projectType": "library",
"tags": ["type:hlm"],
"targets": {
"build": {
"executor": "@nx/angular:ng-packagr-lite",
@@ -28,9 +28,6 @@
"options": {
"jestConfig": "libs/decoupling/helmet/jest.config.ts"
}
},
"lint": {
"executor": "@nx/eslint:lint"
}
}
}

View File

@@ -3,8 +3,8 @@
"$schema": "../../node_modules/nx/schemas/project-schema.json",
"sourceRoot": "libs/fake-utils/src",
"prefix": "lib",
"tags": [],
"projectType": "library",
"tags": [],
"targets": {
"build": {
"executor": "@nx/angular:ng-packagr-lite",
@@ -21,9 +21,6 @@
}
},
"defaultConfiguration": "production"
},
"lint": {
"executor": "@nx/eslint:lint"
}
}
}

View File

@@ -3,8 +3,8 @@
"$schema": "../../../../node_modules/nx/schemas/project-schema.json",
"sourceRoot": "libs/module-to-standalone/admin/feature/src",
"prefix": "lib",
"tags": [],
"projectType": "library",
"tags": [],
"targets": {
"test": {
"executor": "@nx/jest:jest",
@@ -12,9 +12,6 @@
"options": {
"jestConfig": "libs/module-to-standalone/admin/feature/jest.config.ts"
}
},
"lint": {
"executor": "@nx/eslint:lint"
}
}
}

View File

@@ -3,8 +3,8 @@
"$schema": "../../../../node_modules/nx/schemas/project-schema.json",
"sourceRoot": "libs/module-to-standalone/admin/shared/src",
"prefix": "lib",
"tags": [],
"projectType": "library",
"tags": [],
"targets": {
"test": {
"executor": "@nx/jest:jest",
@@ -12,9 +12,6 @@
"options": {
"jestConfig": "libs/module-to-standalone/admin/shared/jest.config.ts"
}
},
"lint": {
"executor": "@nx/eslint:lint"
}
}
}

View File

@@ -3,8 +3,8 @@
"$schema": "../../../../node_modules/nx/schemas/project-schema.json",
"sourceRoot": "libs/module-to-standalone/core/providers/src",
"prefix": "lib",
"tags": [],
"projectType": "library",
"tags": [],
"targets": {
"build": {
"executor": "@nx/angular:ng-packagr-lite",
@@ -28,9 +28,6 @@
"options": {
"jestConfig": "libs/module-to-standalone/core/providers/jest.config.ts"
}
},
"lint": {
"executor": "@nx/eslint:lint"
}
}
}

View File

@@ -3,8 +3,8 @@
"$schema": "../../../../node_modules/nx/schemas/project-schema.json",
"sourceRoot": "libs/module-to-standalone/core/service/src",
"prefix": "lib",
"tags": [],
"projectType": "library",
"tags": [],
"targets": {
"test": {
"executor": "@nx/jest:jest",
@@ -12,9 +12,6 @@
"options": {
"jestConfig": "libs/module-to-standalone/core/service/jest.config.ts"
}
},
"lint": {
"executor": "@nx/eslint:lint"
}
}
}

View File

@@ -3,8 +3,8 @@
"$schema": "../../../node_modules/nx/schemas/project-schema.json",
"sourceRoot": "libs/module-to-standalone/forbidden/src",
"prefix": "lib",
"tags": [],
"projectType": "library",
"tags": [],
"targets": {
"test": {
"executor": "@nx/jest:jest",
@@ -12,9 +12,6 @@
"options": {
"jestConfig": "libs/module-to-standalone/forbidden/jest.config.ts"
}
},
"lint": {
"executor": "@nx/eslint:lint"
}
}
}

View File

@@ -3,8 +3,8 @@
"$schema": "../../../node_modules/nx/schemas/project-schema.json",
"sourceRoot": "libs/module-to-standalone/home/src",
"prefix": "lib",
"tags": [],
"projectType": "library",
"tags": [],
"targets": {
"test": {
"executor": "@nx/jest:jest",
@@ -12,9 +12,6 @@
"options": {
"jestConfig": "libs/module-to-standalone/home/jest.config.ts"
}
},
"lint": {
"executor": "@nx/eslint:lint"
}
}
}

View File

@@ -3,8 +3,8 @@
"$schema": "../../../node_modules/nx/schemas/project-schema.json",
"sourceRoot": "libs/module-to-standalone/shell/src",
"prefix": "lib",
"tags": [],
"projectType": "library",
"tags": [],
"targets": {
"test": {
"executor": "@nx/jest:jest",
@@ -12,9 +12,6 @@
"options": {
"jestConfig": "libs/module-to-standalone/shell/jest.config.ts"
}
},
"lint": {
"executor": "@nx/eslint:lint"
}
}
}

View File

@@ -3,8 +3,8 @@
"$schema": "../../../../node_modules/nx/schemas/project-schema.json",
"sourceRoot": "libs/module-to-standalone/user/contact/src",
"prefix": "lib",
"tags": [],
"projectType": "library",
"tags": [],
"targets": {
"build": {
"executor": "@nx/angular:ng-packagr-lite",
@@ -28,9 +28,6 @@
"options": {
"jestConfig": "libs/module-to-standalone/user/contact/jest.config.ts"
}
},
"lint": {
"executor": "@nx/eslint:lint"
}
}
}

View File

@@ -3,8 +3,8 @@
"$schema": "../../../../node_modules/nx/schemas/project-schema.json",
"sourceRoot": "libs/module-to-standalone/user/home/src",
"prefix": "lib",
"tags": [],
"projectType": "library",
"tags": [],
"targets": {
"build": {
"executor": "@nx/angular:ng-packagr-lite",
@@ -28,9 +28,6 @@
"options": {
"jestConfig": "libs/module-to-standalone/user/home/jest.config.ts"
}
},
"lint": {
"executor": "@nx/eslint:lint"
}
}
}

View File

@@ -3,8 +3,8 @@
"$schema": "../../../../node_modules/nx/schemas/project-schema.json",
"sourceRoot": "libs/module-to-standalone/user/shell/src",
"prefix": "lib",
"tags": [],
"projectType": "library",
"tags": [],
"targets": {
"build": {
"executor": "@nx/angular:ng-packagr-lite",
@@ -28,9 +28,6 @@
"options": {
"jestConfig": "libs/module-to-standalone/user/shell/jest.config.ts"
}
},
"lint": {
"executor": "@nx/eslint:lint"
}
}
}

View File

@@ -4,6 +4,7 @@
"projectType": "library",
"sourceRoot": "libs/power-of-effect/backend/src",
"prefix": "lib",
"tags": [],
"targets": {
"test": {
"executor": "@nx/jest:jest",
@@ -11,10 +12,6 @@
"options": {
"jestConfig": "libs/power-of-effect/backend/jest.config.ts"
}
},
"lint": {
"executor": "@nx/eslint:lint"
}
},
"tags": []
}
}

View File

@@ -4,6 +4,7 @@
"projectType": "library",
"sourceRoot": "libs/power-of-effect/model/src",
"prefix": "lib",
"tags": [],
"targets": {
"test": {
"executor": "@nx/jest:jest",
@@ -11,10 +12,6 @@
"options": {
"jestConfig": "libs/power-of-effect/model/jest.config.ts"
}
},
"lint": {
"executor": "@nx/eslint:lint"
}
},
"tags": []
}
}

View File

@@ -3,8 +3,8 @@
"$schema": "../../../node_modules/nx/schemas/project-schema.json",
"sourceRoot": "libs/shared/directives/src",
"prefix": "lib",
"tags": [],
"projectType": "library",
"tags": [],
"targets": {
"build": {
"executor": "@nx/angular:ng-packagr-lite",
@@ -28,9 +28,6 @@
"options": {
"jestConfig": "libs/shared/directives/jest.config.ts"
}
},
"lint": {
"executor": "@nx/eslint:lint"
}
}
}

View File

@@ -4,6 +4,7 @@
"projectType": "library",
"sourceRoot": "libs/shared/ngrx-callstate-store/src",
"prefix": "lib",
"tags": [],
"targets": {
"build": {
"executor": "@nx/angular:package",
@@ -27,10 +28,6 @@
"options": {
"jestConfig": "libs/shared/ngrx-callstate-store/jest.config.ts"
}
},
"lint": {
"executor": "@nx/eslint:lint"
}
},
"tags": []
}
}

View File

@@ -3,11 +3,11 @@
"$schema": "../../../node_modules/nx/schemas/project-schema.json",
"sourceRoot": "libs/shared/ui/src",
"prefix": "lib",
"tags": [],
"projectType": "library",
"tags": [],
"targets": {
"lint": {
"executor": "@nx/eslint:lint"
"inputs": ["{workspaceRoot}/tools/eslint-rules/**/*"]
}
}
}

View File

@@ -4,6 +4,7 @@
"projectType": "library",
"sourceRoot": "libs/shared/utils/src",
"prefix": "lib",
"tags": [],
"targets": {
"test": {
"executor": "@nx/jest:jest",
@@ -11,10 +12,6 @@
"options": {
"jestConfig": "libs/shared/utils/jest.config.ts"
}
},
"lint": {
"executor": "@nx/eslint:lint"
}
},
"tags": []
}
}

View File

@@ -3,12 +3,11 @@
"$schema": "../../../node_modules/nx/schemas/project-schema.json",
"sourceRoot": "libs/static-dynamic-import/users/src",
"prefix": "sdi",
"tags": [],
"projectType": "library",
"tags": [],
"targets": {
"lint": {
"executor": "@nx/eslint:lint",
"outputs": ["{options.outputFile}"]
"inputs": ["{workspaceRoot}/tools/eslint-rules/**/*"]
}
}
}

View File

@@ -3,11 +3,11 @@
"$schema": "../../../node_modules/nx/schemas/project-schema.json",
"sourceRoot": "libs/testing-table/backend/src",
"prefix": "lib",
"tags": [],
"projectType": "library",
"tags": [],
"targets": {
"lint": {
"executor": "@nx/eslint:lint"
"inputs": ["{workspaceRoot}/tools/eslint-rules/**/*"]
}
}
}