Skip to content

Commit

Permalink
docs(Rules.md): Add explanation for unsupported-api-usage
Browse files Browse the repository at this point in the history
Co-authored-by: Günter Klatt <[email protected]>
  • Loading branch information
2 people authored and matz3 committed Feb 14, 2025
1 parent bd0ba9c commit 154eb71
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions docs/Rules.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@
- [no-pseudo-modules](#no-pseudo-modules)
- [parsing-error](#parsing-error)
- [ui5-class-declaration](#ui5-class-declaration)
- [unsupported-api-usage](#unsupported-api-usage)

## async-component-flags

Expand Down Expand Up @@ -82,3 +83,7 @@ Syntax/parsing errors that appear during the linting process are reported with t
## ui5-class-declaration

Checks whether the declaration of UI5 classes is correct. This rule only applies to TypeScript code where built-in ECMAScript classes are used instead of an `.extend()` call.

## unsupported-api-usage

Checks whether the UI5 API is used correctly, for example, whether a formatter in a JavaScript/TypeScript binding declaration is of type `function`.

0 comments on commit 154eb71

Please sign in to comment.