lint_rtl_path
Check a file or directory for right-to-left layout issues, skipping node_modules and build output. Specify base direction to detect RTL problems accurately.
Instructions
Check a file or a whole directory on disk for right-to-left layout problems. Skips node_modules and build output.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| path | Yes | File or directory path to check. | |
| baseDir | No | Base direction of the app. Pass "rtl" for an Arabic-first codebase. Default "ltr". |