nx/packages/linter/executors.json

18 lines
460 B
JSON

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