From 5b85d1a0f1970029f6c76ee3d0f707250e7217c9 Mon Sep 17 00:00:00 2001 From: Max Reichmann Date: Wed, 2 Oct 2024 11:22:05 +0200 Subject: [PATCH] docs: Add --ui5-config option to README --- README.md | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/README.md b/README.md index 6ea66d9b7..8d69b4097 100644 --- a/README.md +++ b/README.md @@ -120,6 +120,15 @@ Load a custom config by relative file path (default: `./ui5lint.config.js`). ui5lint --config ./ui5lint-custom.config.js ``` +#### `--ui5-config` + +Set a custom path for the UI5 Config (default: `./ui5.yaml`). + +**Example:** +```sh +ui5lint --ui5-config ./configs/ui5-custom.yaml +``` + ## Configuration The UI5 linter can easily be configured with an external configuration file, allowing you to customize how the linter behaves. For example, you can tell it to ignore specific files or directories.