Files
nrwl--nx/packages/eslint/executors.json
T
2026-07-13 12:38:36 +08:00

10 lines
213 B
JSON

{
"executors": {
"lint": {
"implementation": "./dist/src/executors/lint/lint.impl",
"schema": "./dist/src/executors/lint/schema.json",
"description": "Run ESLint on a project."
}
}
}