chore: Nx 20 (#10636)

This commit is contained in:
Nathan Walker
2024-10-23 09:25:25 -07:00
committed by GitHub
parent 1cee35d4fb
commit 148a54b60c
17 changed files with 1550 additions and 831 deletions

View File

Binary file not shown.

View File

@@ -10,7 +10,7 @@
},
"targets": {
"lint": {
"executor": "@nrwl/linter:eslint",
"executor": "@nx/eslint:lint",
"options": {
"lintFilePatterns": ["packages/core/**/*.ts", "packages/core/references.d.ts", "packages/core/**/*.spec.ts", "packages/core/**/*.spec.tsx", "packages/core/**/*.spec.js", "packages/core/**/*.spec.jsx", "packages/core/**/*.d.ts"]
}