Skip to content

Commit

Permalink
docs: Add --ui5-config option to README
Browse files Browse the repository at this point in the history
  • Loading branch information
maxreichmann committed Oct 2, 2024
1 parent 329f2cd commit 5b85d1a
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down

0 comments on commit 5b85d1a

Please sign in to comment.