{
  "$schema": "https://developer.microsoft.com/json-schemas/heft/v0/heft-plugin.schema.json",

  "taskPlugins": [
    {
      "pluginName": "lint-plugin",
      "entryPoint": "./lib-commonjs/LintPlugin",
      "optionsSchema": "./lib-commonjs/schemas/heft-lint-plugin.schema.json",

      "parameterScope": "lint",
      "parameters": [
        {
          "longName": "--fix",
          "parameterKind": "flag",
          "description": "Fix all encountered rule violations where the violated rule provides a fixer. When running in production mode, fixes will be disabled regardless of this parameter."
        }
      ]
    }
  ]
}
