feat(nx): update to nx17

This commit is contained in:
thomas
2023-10-24 10:27:18 +02:00
parent 3173522a00
commit b34b846674
66 changed files with 6092 additions and 3695 deletions

View File

@@ -33,11 +33,12 @@
"glob": "executors.json",
"output": "."
}
]
],
"updateBuildableProjectDepsInPackageJson": true
}
},
"lint": {
"executor": "@nx/linter:eslint",
"executor": "@nx/eslint:lint",
"outputs": ["{options.outputFile}"],
"options": {
"lintFilePatterns": ["libs/cli/**/*.ts", "libs/cli/package.json"]

View File

@@ -10,7 +10,7 @@ import {
Tree,
updateJson,
} from '@nx/devkit';
import { Linter } from '@nx/linter';
import { Linter } from '@nx/eslint';
import { join } from 'path';
import { getProjectDir } from '../../utils/normalize';
import { Schema } from './schema';