mirror of
https://github.com/Tria-plc/emaui.git
synced 2026-08-27 08:32:56 +00:00
10 lines
203 B
JSON
10 lines
203 B
JSON
{
|
|
"executors": {
|
|
"lint": {
|
|
"implementation": "./src/executors/lint/lint.impl",
|
|
"schema": "./src/executors/lint/schema.json",
|
|
"description": "Run ESLint on a project."
|
|
}
|
|
}
|
|
}
|