schema
stringclasses
471 values
key
stringlengths
0
203
description
stringlengths
0
4.37k
object
stringlengths
2
322k
megalinter-configuration.jsonschema.json
SARIF_REPORTER
Generate SARIF reports that can be used to display issues directly in GitHub UI
{"default": false, "type": "boolean"}
megalinter-configuration.jsonschema.json
SARIF_REPORTER_FILE_NAME
Override SARIF output file name
{"default": "mega-linter-report.sarif", "type": "string"}
megalinter-configuration.jsonschema.json
SARIF_REPORTER_LINTERS
If SARIF_REPORTER_LINTERS is set, only the linters in the list will output SARIF
{"examples": [["BASH_BASH_SHFMT", "JAVASCRIPT_STANDARD"]], "items": {}, "type": "array"}
megalinter-configuration.jsonschema.json
SCALA_SCALAFIX_ARGUMENTS
SCALA_SCALAFIX: User custom arguments to add in linter CLI call
{"examples:": ["--foo", "bar"], "items": {"type": "string"}, "type": ["array", "string"]}
megalinter-configuration.jsonschema.json
SCALA_SCALAFIX_COMMAND_REMOVE_ARGUMENTS
SCALA_SCALAFIX: User custom arguments to remove before calling linter
{"examples:": ["--foo", "bar"], "items": {"type": "string"}, "type": ["array", "string"]}
megalinter-configuration.jsonschema.json
SCALA_SCALAFIX_CONFIG_FILE
SCALA_SCALAFIX: User custom config file name if different from default
{"default": ".scalafix.conf", "type": "string"}
megalinter-configuration.jsonschema.json
SCALA_SCALAFIX_FILE_NAME
SCALA_SCALAFIX: User custom config file name if different from default
{"default": ".scalafix.conf", "type": "string"}
megalinter-configuration.jsonschema.json
SCALA_SCALAFIX_RULES_PATH
SCALA_SCALAFIX: Path where to find linter configuration file
{"type": "string"}
megalinter-configuration.jsonschema.json
SCALA_SCALAFIX_UNSECURED_ENV_VARIABLES
List of env variables explicitly not filtered before calling SCALA_SCALAFIX and its pre/post commands
{"default": [], "items": {"type": "string"}, "type": "array"}
megalinter-configuration.jsonschema.json
SECURED_ENV_VARIABLES
List of secured environment variables to hide when calling linters
{"default": ["GITHUB_TOKEN", "PAT", "SYSTEM_ACCESSTOKEN", "GIT_AUTHORIZATION_BEARER", "CI_JOB_TOKEN", "GITLAB_ACCESS_TOKEN_MEGALINTER", "GITLAB_CUSTOM_CERTIFICATE", "WEBHOOK_REPORTER_BEARER_TOKEN"], "examples:": [["GITHUB_TOKEN", "PAT", "SYSTEM_ACCESSTOKEN", "CI_JOB_TOKEN", "GITLAB_ACCESS_TOKEN_MEGALINTER", "GITLAB_CUSTOM_CERTIFICATE", "WEBHOOK_REPORTER_BEARER_TOKEN"]], "items": {"type": "string"}, "type": "array"}
megalinter-configuration.jsonschema.json
SHOW_ELAPSED_TIME
Displays elapsed time for each linter in reports
{"default": false, "type": "boolean"}
megalinter-configuration.jsonschema.json
SHOW_SKIPPED_LINTERS
Displays all linters that mega-linter could run but didn't
{"default": true, "type": "boolean"}
megalinter-configuration.jsonschema.json
SKIP_CLI_LINT_MODES
Comma-separated list of cli_lint_modes. To use if you want to skip linters with some CLI lint modes (ex: "file,project"). Available values: file,cli_lint_mode,project
{"examples:": [["file", "project"]], "items": {"enum": ["file", "list_of_files", "project"]}, "type": "array"}
megalinter-configuration.jsonschema.json
SNAKEMAKE_LINT_ARGUMENTS
SNAKEMAKE_LINT: User custom arguments to add in linter CLI call
{"examples:": ["--foo", "bar"], "items": {"type": "string"}, "type": ["array", "string"]}
megalinter-configuration.jsonschema.json
SNAKEMAKE_LINT_COMMAND_REMOVE_ARGUMENTS
SNAKEMAKE_LINT: User custom arguments to remove before calling linter
{"examples:": ["--foo", "bar"], "items": {"type": "string"}, "type": ["array", "string"]}
megalinter-configuration.jsonschema.json
SNAKEMAKE_LINT_UNSECURED_ENV_VARIABLES
List of env variables explicitly not filtered before calling SNAKEMAKE_LINT and its pre/post commands
{"default": [], "items": {"type": "string"}, "type": "array"}
megalinter-configuration.jsonschema.json
SNAKEMAKE_SNAKEFMT_ARGUMENTS
SNAKEMAKE_SNAKEFMT: User custom arguments to add in linter CLI call
{"examples:": ["--foo", "bar"], "items": {"type": "string"}, "type": ["array", "string"]}
megalinter-configuration.jsonschema.json
SNAKEMAKE_SNAKEFMT_COMMAND_REMOVE_ARGUMENTS
SNAKEMAKE_SNAKEFMT: User custom arguments to remove before calling linter
{"examples:": ["--foo", "bar"], "items": {"type": "string"}, "type": ["array", "string"]}
megalinter-configuration.jsonschema.json
SNAKEMAKE_SNAKEFMT_CONFIG_FILE
SNAKEMAKE_SNAKEFMT: User custom config file name if different from default
{"default": ".snakefmt.toml", "type": "string"}
megalinter-configuration.jsonschema.json
SNAKEMAKE_SNAKEFMT_FILE_NAME
SNAKEMAKE_SNAKEFMT: User custom config file name if different from default
{"default": ".snakefmt.toml", "type": "string"}
megalinter-configuration.jsonschema.json
SNAKEMAKE_SNAKEFMT_RULES_PATH
SNAKEMAKE_SNAKEFMT: Path where to find linter configuration file
{"type": "string"}
megalinter-configuration.jsonschema.json
SNAKEMAKE_SNAKEFMT_UNSECURED_ENV_VARIABLES
List of env variables explicitly not filtered before calling SNAKEMAKE_SNAKEFMT and its pre/post commands
{"default": [], "items": {"type": "string"}, "type": "array"}
megalinter-configuration.jsonschema.json
SPELL_CSPELL_ANALYZE_FILE_NAMES
If set to true, MegaLinter will also send file names to cspell for analysis.
{"default": false, "type": "boolean"}
megalinter-configuration.jsonschema.json
SPELL_CSPELL_ARGUMENTS
SPELL_CSPELL: User custom arguments to add in linter CLI call
{"examples:": ["--foo", "bar"], "items": {"type": "string"}, "type": ["array", "string"]}
megalinter-configuration.jsonschema.json
SPELL_CSPELL_COMMAND_REMOVE_ARGUMENTS
SPELL_CSPELL: User custom arguments to remove before calling linter
{"examples:": ["--foo", "bar"], "items": {"type": "string"}, "type": ["array", "string"]}
megalinter-configuration.jsonschema.json
SPELL_CSPELL_CONFIG_FILE
SPELL_CSPELL: User custom config file name if different from default
{"default": ".cspell.json", "type": "string"}
megalinter-configuration.jsonschema.json
SPELL_CSPELL_FILE_NAME
SPELL_CSPELL: User custom config file name if different from default
{"default": ".cspell.json", "type": "string"}
megalinter-configuration.jsonschema.json
SPELL_CSPELL_RULES_PATH
SPELL_CSPELL: Path where to find linter configuration file
{"type": "string"}
megalinter-configuration.jsonschema.json
SPELL_CSPELL_UNSECURED_ENV_VARIABLES
List of env variables explicitly not filtered before calling SPELL_CSPELL and its pre/post commands
{"default": [], "items": {"type": "string"}, "type": "array"}
megalinter-configuration.jsonschema.json
SPELL_LYCHEE_ARGUMENTS
SPELL_LYCHEE: User custom arguments to add in linter CLI call
{"examples:": ["--foo", "bar"], "items": {"type": "string"}, "type": ["array", "string"]}
megalinter-configuration.jsonschema.json
SPELL_LYCHEE_COMMAND_REMOVE_ARGUMENTS
SPELL_LYCHEE: User custom arguments to remove before calling linter
{"examples:": ["--foo", "bar"], "items": {"type": "string"}, "type": ["array", "string"]}
megalinter-configuration.jsonschema.json
SPELL_LYCHEE_CONFIG_FILE
SPELL_LYCHEE: User custom config file name if different from default
{"default": "lychee.toml", "type": "string"}
megalinter-configuration.jsonschema.json
SPELL_LYCHEE_RULES_PATH
SPELL_LYCHEE: Path where to find linter configuration file
{"type": "string"}
megalinter-configuration.jsonschema.json
SPELL_LYCHEE_UNSECURED_ENV_VARIABLES
List of env variables explicitly not filtered before calling SPELL_LYCHEE and its pre/post commands
{"default": [], "items": {"type": "string"}, "type": "array"}
megalinter-configuration.jsonschema.json
SPELL_MISSPELL_ARGUMENTS
SPELL_MISSPELL: User custom arguments to add in linter CLI call
{"examples:": ["--foo", "bar"], "items": {"type": "string"}, "type": ["array", "string"]}
megalinter-configuration.jsonschema.json
SPELL_PROSELINT_ARGUMENTS
SPELL_PROSELINT: User custom arguments to add in linter CLI call
{"examples:": ["--foo", "bar"], "items": {"type": "string"}, "type": ["array", "string"]}
megalinter-configuration.jsonschema.json
SPELL_PROSELINT_COMMAND_REMOVE_ARGUMENTS
SPELL_PROSELINT: User custom arguments to remove before calling linter
{"examples:": ["--foo", "bar"], "items": {"type": "string"}, "type": ["array", "string"]}
megalinter-configuration.jsonschema.json
SPELL_PROSELINT_CONFIG_FILE
SPELL_PROSELINT: User custom config file name if different from default
{"default": ".proselintrc", "type": "string"}
megalinter-configuration.jsonschema.json
SPELL_PROSELINT_RULES_PATH
SPELL_PROSELINT: Path where to find linter configuration file
{"type": "string"}
megalinter-configuration.jsonschema.json
SPELL_PROSELINT_UNSECURED_ENV_VARIABLES
List of env variables explicitly not filtered before calling SPELL_PROSELINT and its pre/post commands
{"default": [], "items": {"type": "string"}, "type": "array"}
megalinter-configuration.jsonschema.json
SPELL_VALE_ARGUMENTS
SPELL_VALE: User custom arguments to add in linter CLI call
{"examples:": ["--foo", "bar"], "items": {"type": "string"}, "type": ["array", "string"]}
megalinter-configuration.jsonschema.json
SPELL_VALE_COMMAND_REMOVE_ARGUMENTS
SPELL_VALE: User custom arguments to remove before calling linter
{"examples:": ["--foo", "bar"], "items": {"type": "string"}, "type": ["array", "string"]}
megalinter-configuration.jsonschema.json
SPELL_VALE_CONFIG_FILE
SPELL_VALE: User custom config file name if different from default
{"default": ".vale.ini", "type": "string"}
megalinter-configuration.jsonschema.json
SPELL_VALE_RULES_PATH
SPELL_VALE: Path where to find linter configuration file
{"type": "string"}
megalinter-configuration.jsonschema.json
SPELL_VALE_UNSECURED_ENV_VARIABLES
List of env variables explicitly not filtered before calling SPELL_VALE and its pre/post commands
{"default": [], "items": {"type": "string"}, "type": "array"}
megalinter-configuration.jsonschema.json
SQL_SQLFLUFF_ARGUMENTS
SQL_SQLFLUFF: User custom arguments to add in linter CLI call
{"examples:": ["--foo", "bar"], "items": {"type": "string"}, "type": ["array", "string"]}
megalinter-configuration.jsonschema.json
SQL_SQLFLUFF_COMMAND_REMOVE_ARGUMENTS
SQL_SQLFLUFF: User custom arguments to remove before calling linter
{"examples:": ["--foo", "bar"], "items": {"type": "string"}, "type": ["array", "string"]}
megalinter-configuration.jsonschema.json
SQL_SQLFLUFF_CONFIG_FILE
SQL_SQLFLUFF: User custom config file name if different from default
{"default": ".sqlfluff", "type": "string"}
megalinter-configuration.jsonschema.json
SQL_SQLFLUFF_RULES_PATH
SQL_SQLFLUFF: Path where to find linter configuration file
{"type": "string"}
megalinter-configuration.jsonschema.json
SQL_SQLFLUFF_UNSECURED_ENV_VARIABLES
List of env variables explicitly not filtered before calling SQL_SQLFLUFF and its pre/post commands
{"default": [], "items": {"type": "string"}, "type": "array"}
megalinter-configuration.jsonschema.json
SQL_SQL_LINT_ARGUMENTS
SQL_SQL_LINT: User custom arguments to add in linter CLI call
{"examples:": ["--foo", "bar"], "items": {"type": "string"}, "type": ["array", "string"]}
megalinter-configuration.jsonschema.json
SQL_SQL_LINT_COMMAND_REMOVE_ARGUMENTS
SQL_SQL_LINT: User custom arguments to remove before calling linter
{"examples:": ["--foo", "bar"], "items": {"type": "string"}, "type": ["array", "string"]}
megalinter-configuration.jsonschema.json
SQL_SQL_LINT_CONFIG_FILE
SQL_SQL_LINT: User custom config file name if different from default
{"default": ".sql-config.json", "type": "string"}
megalinter-configuration.jsonschema.json
SQL_SQL_LINT_FILE_NAME
SQL_SQL_LINT: User custom config file name if different from default
{"default": ".sql-config.json", "type": "string"}
megalinter-configuration.jsonschema.json
SQL_SQL_LINT_RULES_PATH
SQL_SQL_LINT: Path where to find linter configuration file
{"type": "string"}
megalinter-configuration.jsonschema.json
SQL_SQL_LINT_UNSECURED_ENV_VARIABLES
List of env variables explicitly not filtered before calling SQL_SQL_LINT and its pre/post commands
{"default": [], "items": {"type": "string"}, "type": "array"}
megalinter-configuration.jsonschema.json
SQL_TSQLLINT_ARGUMENTS
SQL_TSQLLINT: User custom arguments to add in linter CLI call
{"examples:": ["--foo", "bar"], "items": {"type": "string"}, "type": ["array", "string"]}
megalinter-configuration.jsonschema.json
SQL_TSQLLINT_COMMAND_REMOVE_ARGUMENTS
SQL_TSQLLINT: User custom arguments to remove before calling linter
{"examples:": ["--foo", "bar"], "items": {"type": "string"}, "type": ["array", "string"]}
megalinter-configuration.jsonschema.json
SQL_TSQLLINT_CONFIG_FILE
SQL_TSQLLINT: User custom config file name if different from default
{"default": ".tsqllintrc", "type": "string"}
megalinter-configuration.jsonschema.json
SQL_TSQLLINT_RULES_PATH
SQL_TSQLLINT: Path where to find linter configuration file
{"type": "string"}
megalinter-configuration.jsonschema.json
SQL_TSQLLINT_UNSECURED_ENV_VARIABLES
List of env variables explicitly not filtered before calling SQL_TSQLLINT and its pre/post commands
{"default": [], "items": {"type": "string"}, "type": "array"}
megalinter-configuration.jsonschema.json
SWIFT_SWIFTLINT_ARGUMENTS
SWIFT_SWIFTLINT: User custom arguments to add in linter CLI call
{"examples:": ["--foo", "bar"], "items": {"type": "string"}, "type": ["array", "string"]}
megalinter-configuration.jsonschema.json
SWIFT_SWIFTLINT_COMMAND_REMOVE_ARGUMENTS
SWIFT_SWIFTLINT: User custom arguments to remove before calling linter
{"examples:": ["--foo", "bar"], "items": {"type": "string"}, "type": ["array", "string"]}
megalinter-configuration.jsonschema.json
SWIFT_SWIFTLINT_CONFIG_FILE
SWIFT_SWIFTLINT: User custom config file name if different from default
{"default": ".swiftlint.yml", "type": "string"}
megalinter-configuration.jsonschema.json
SWIFT_SWIFTLINT_RULES_PATH
SWIFT_SWIFTLINT: Path where to find linter configuration file
{"type": "string"}
megalinter-configuration.jsonschema.json
SWIFT_SWIFTLINT_UNSECURED_ENV_VARIABLES
List of env variables explicitly not filtered before calling SWIFT_SWIFTLINT and its pre/post commands
{"default": [], "items": {"type": "string"}, "type": "array"}
megalinter-configuration.jsonschema.json
TAP_REPORTER
General execution log mega-linter.log (same as ConsoleReporter log) + a separate log file for each processed linter
{"default": false, "type": "boolean"}
megalinter-configuration.jsonschema.json
TAP_REPORTER_SUB_FOLDER
Sub-folder of reports folder containing TAP logs
{"default": "tap", "type": "string"}
megalinter-configuration.jsonschema.json
TEKTON_TEKTON_LINT_ARGUMENTS
TEKTON_TEKTON_LINT: User custom arguments to add in linter CLI call
{"examples:": ["--foo", "bar"], "items": {"type": "string"}, "type": ["array", "string"]}
megalinter-configuration.jsonschema.json
TEKTON_TEKTON_LINT_COMMAND_REMOVE_ARGUMENTS
TEKTON_TEKTON_LINT: User custom arguments to remove before calling linter
{"examples:": ["--foo", "bar"], "items": {"type": "string"}, "type": ["array", "string"]}
megalinter-configuration.jsonschema.json
TEKTON_TEKTON_LINT_CONFIG_FILE
TEKTON_TEKTON_LINT: User custom config file name if different from default
{"default": ".tektonlintrc.yaml", "type": "string"}
megalinter-configuration.jsonschema.json
TEKTON_TEKTON_LINT_FILE_NAME
TEKTON_TEKTON_LINT: User custom config file name if different from default
{"default": ".tektonlintrc.yaml", "type": "string"}
megalinter-configuration.jsonschema.json
TEKTON_TEKTON_LINT_RULES_PATH
TEKTON_TEKTON_LINT: Path where to find linter configuration file
{"type": "string"}
megalinter-configuration.jsonschema.json
TEKTON_TEKTON_LINT_UNSECURED_ENV_VARIABLES
List of env variables explicitly not filtered before calling TEKTON_TEKTON_LINT and its pre/post commands
{"default": [], "items": {"type": "string"}, "type": "array"}
megalinter-configuration.jsonschema.json
TERRAFORM_CHECKOV_ARGUMENTS
TERRAFORM_CHECKOV: User custom arguments to add in linter CLI call
{"examples:": ["--foo", "bar"], "items": {"type": "string"}, "type": ["array", "string"]}
megalinter-configuration.jsonschema.json
TERRAFORM_KICS_ARGUMENTS
TERRAFORM_KICS: User custom arguments to add in linter CLI call
{"examples:": ["--foo", "bar"], "items": {"type": "string"}, "type": ["array", "string"]}
megalinter-configuration.jsonschema.json
TERRAFORM_TERRAFORM_FMT_ARGUMENTS
TERRAFORM_TERRAFORM_FMT: User custom arguments to add in linter CLI call
{"examples:": ["--foo", "bar"], "items": {"type": "string"}, "type": ["array", "string"]}
megalinter-configuration.jsonschema.json
TERRAFORM_TERRAFORM_FMT_COMMAND_REMOVE_ARGUMENTS
TERRAFORM_TERRAFORM_FMT: User custom arguments to remove before calling linter
{"examples:": ["--foo", "bar"], "items": {"type": "string"}, "type": ["array", "string"]}
megalinter-configuration.jsonschema.json
TERRAFORM_TERRAFORM_FMT_UNSECURED_ENV_VARIABLES
List of env variables explicitly not filtered before calling TERRAFORM_TERRAFORM_FMT and its pre/post commands
{"default": [], "items": {"type": "string"}, "type": "array"}
megalinter-configuration.jsonschema.json
TERRAFORM_TERRAGRUNT_ARGUMENTS
TERRAFORM_TERRAGRUNT: User custom arguments to add in linter CLI call
{"examples:": ["--foo", "bar"], "items": {"type": "string"}, "type": ["array", "string"]}
megalinter-configuration.jsonschema.json
TERRAFORM_TERRAGRUNT_COMMAND_REMOVE_ARGUMENTS
TERRAFORM_TERRAGRUNT: User custom arguments to remove before calling linter
{"examples:": ["--foo", "bar"], "items": {"type": "string"}, "type": ["array", "string"]}
megalinter-configuration.jsonschema.json
TERRAFORM_TERRAGRUNT_CONFIG_FILE
TERRAFORM_TERRAGRUNT: User custom config file name if different from default
{"default": "terragrunt.hcl", "type": "string"}
megalinter-configuration.jsonschema.json
TERRAFORM_TERRAGRUNT_FILE_NAME
TERRAFORM_TERRAGRUNT: User custom config file name if different from default
{"default": "terragrunt.hcl", "type": "string"}
megalinter-configuration.jsonschema.json
TERRAFORM_TERRAGRUNT_RULES_PATH
TERRAFORM_TERRAGRUNT: Path where to find linter configuration file
{"type": "string"}
megalinter-configuration.jsonschema.json
TERRAFORM_TERRAGRUNT_UNSECURED_ENV_VARIABLES
List of env variables explicitly not filtered before calling TERRAFORM_TERRAGRUNT and its pre/post commands
{"default": [], "items": {"type": "string"}, "type": "array"}
megalinter-configuration.jsonschema.json
TERRAFORM_TERRASCAN_ARGUMENTS
TERRAFORM_TERRASCAN: User custom arguments to add in linter CLI call
{"examples:": ["--foo", "bar"], "items": {"type": "string"}, "type": ["array", "string"]}
megalinter-configuration.jsonschema.json
TERRAFORM_TERRASCAN_COMMAND_REMOVE_ARGUMENTS
TERRAFORM_TERRASCAN: User custom arguments to remove before calling linter
{"examples:": ["--foo", "bar"], "items": {"type": "string"}, "type": ["array", "string"]}
megalinter-configuration.jsonschema.json
TERRAFORM_TERRASCAN_CONFIG_FILE
TERRAFORM_TERRASCAN: User custom config file name if different from default
{"default": "terrascan-config.toml", "type": "string"}
megalinter-configuration.jsonschema.json
TERRAFORM_TERRASCAN_RULES_PATH
TERRAFORM_TERRASCAN: Path where to find linter configuration file
{"type": "string"}
megalinter-configuration.jsonschema.json
TERRAFORM_TERRASCAN_UNSECURED_ENV_VARIABLES
List of env variables explicitly not filtered before calling TERRAFORM_TERRASCAN and its pre/post commands
{"default": [], "items": {"type": "string"}, "type": "array"}
megalinter-configuration.jsonschema.json
TERRAFORM_TFLINT_ARGUMENTS
TERRAFORM_TFLINT: User custom arguments to add in linter CLI call
{"examples:": ["--foo", "bar"], "items": {"type": "string"}, "type": ["array", "string"]}
megalinter-configuration.jsonschema.json
TERRAFORM_TFLINT_COMMAND_REMOVE_ARGUMENTS
TERRAFORM_TFLINT: User custom arguments to remove before calling linter
{"examples:": ["--foo", "bar"], "items": {"type": "string"}, "type": ["array", "string"]}
megalinter-configuration.jsonschema.json
TERRAFORM_TFLINT_CONFIG_FILE
TERRAFORM_TFLINT: User custom config file name if different from default
{"default": ".tflint.hcl", "type": "string"}
megalinter-configuration.jsonschema.json
TERRAFORM_TFLINT_FILE_NAME
TERRAFORM_TFLINT: User custom config file name if different from default
{"default": ".tflint.hcl", "type": "string"}
megalinter-configuration.jsonschema.json
TERRAFORM_TFLINT_RULES_PATH
TERRAFORM_TFLINT: Path where to find linter configuration file
{"type": "string"}
megalinter-configuration.jsonschema.json
TERRAFORM_TFLINT_UNSECURED_ENV_VARIABLES
List of env variables explicitly not filtered before calling TERRAFORM_TFLINT and its pre/post commands
{"default": [], "items": {"type": "string"}, "type": "array"}
megalinter-configuration.jsonschema.json
TEXT_REPORTER
General execution log mega-linter.log (same as ConsoleReporter log) + a separate log file for each processed linter
{"default": true, "type": "boolean"}
megalinter-configuration.jsonschema.json
TEXT_REPORTER_SUB_FOLDER
Sub-folder of reports folder containing text logs
{"default": "linters_logs", "type": "string"}
megalinter-configuration.jsonschema.json
TSX_ESLINT_ARGUMENTS
TSX_ESLINT: User custom arguments to add in linter CLI call
{"examples:": ["--foo", "bar"], "items": {"type": "string"}, "type": ["array", "string"]}
megalinter-configuration.jsonschema.json
TSX_ESLINT_COMMAND_REMOVE_ARGUMENTS
TSX_ESLINT: User custom arguments to remove before calling linter
{"examples:": ["--foo", "bar"], "items": {"type": "string"}, "type": ["array", "string"]}