{
  "$schema": "https://json-schema.org/draft-07/schema",
  "executors": {
    "lint": {
      "implementation": "./src/executors/lint/executor",
      "schema": "./src/executors/lint/schema.json",
      "description": "Run stylelint on a project."
    }
  }
}
