11 lines
250 B
JSON
11 lines
250 B
JSON
{
|
|
"executors": {
|
|
"lint": {
|
|
"implementation": "./src/executors/lint/lint.impl",
|
|
"schema": "./src/executors/lint/schema.json",
|
|
"hasher": "./src/executors/lint/hasher",
|
|
"description": "Run ESLint on a project."
|
|
}
|
|
}
|
|
}
|