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
  • Loading branch information
maxreichmann committed Feb 4, 2025
1 parent 658be06 commit fd1f345
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 used syntax is unsupported by UI5.

0 comments on commit fd1f345

Please sign in to comment.