Skip to content

Latest commit

 

History

History
19 lines (11 loc) · 697 Bytes

eslint.md

File metadata and controls

19 lines (11 loc) · 697 Bytes

ESLint Code Checks

UI5 uses ESLint to check JavaScript sources.

Rule Set

The current set of enabled rules can be found in the top-level .eslintrc.json file.
Those rules apply to all JavaScript code that is part of the OpenUI5 project repository.

Library-Specific Rule Set

Library projects may decide on a stricter rule set for the whole library or parts of it.
Rules from the central rule set MUST NOT be overridden with a lower severity.

Example: src/sap.ui.fl/.eslintrc.json

Execute Checks

See Developing OpenUI5 > Running the Static Code Checks (ESLint)