Feature/modernize nx executors (#2767)
* Modernize Nx executors * @nx/eslint:lint * @nx/webpack:webpack * Update changelog
This commit is contained in:
@ -207,7 +207,7 @@
|
||||
}
|
||||
},
|
||||
"lint": {
|
||||
"executor": "@nrwl/linter:eslint",
|
||||
"executor": "@nx/eslint:lint",
|
||||
"options": {
|
||||
"lintFilePatterns": ["apps/client/**/*.ts"]
|
||||
}
|
||||
|
Reference in New Issue
Block a user