Feature/modernize nx executors (#2767)

* Modernize Nx executors

* @nx/eslint:lint
* @nx/webpack:webpack

* Update changelog
This commit is contained in:
Thomas Kaul
2023-12-21 11:44:36 +01:00
committed by GitHub
parent 4d79df90a7
commit beb9e2c43f
6 changed files with 9 additions and 6 deletions

View File

@ -18,7 +18,7 @@
}
},
"lint": {
"executor": "@nrwl/linter:eslint",
"executor": "@nx/eslint:lint",
"options": {
"lintFilePatterns": ["apps/ui-e2e/**/*.{js,ts}"]
}