Skip to content

Latest commit

 

History

History
29 lines (15 loc) · 1.12 KB

Tools_41de83f.md

File metadata and controls

29 lines (15 loc) · 1.12 KB
loio
41de83f642224556b8716dec2b41ce86

Tools

For the tools used for OpenUI5 content development, guidelines and recommendations have been introduced.

The following guidelines and recommendations apply:

  • To make issues with mixed tabs/spaces and windows-style linebreaks visible immediately, we recommend to configure your JavaScript editor to display whitespace and linebreak characters.

  • We also recommend to configure the code formatter of your code editor accordingly.

  • Do not use the auto formatter to format entire files. The auto formatter handles many lines and makes it more difficult to find out who actually wrote the code.


ESLint

OpenUI5 uses ESLint to check JavaScript sources. A recommended set of rules and settings can be found in our OpenUI5 project.