10 lines
213 B
JSON
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."
|
|
}
|
|
}
|
|
}
|