Skip to content

Commit 496250a

Browse files
authored
Add eslint guidelines (#201)
1 parent 7468e65 commit 496250a

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

src/development-guide/read-first/guidelines.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -60,6 +60,10 @@ Pull requests must pass all abaplint configured checks before they can be merged
6060
You can view abaplint findings directly in abapGit using an [extension](https://github.com/Marc-Bernard-Tools/ABAP-Lint-Ext-for-abapGit).
6161
:::
6262

63+
### eslint
64+
65+
JavaScript is checked using eslint. You can find the rules [here](https://github.com/abapGit/abapGit/blob/main/.eslintrc.yaml). All JavaScript code has to adhere to ES5 ([ECMAScript 2009](https://en.wikipedia.org/wiki/ECMAScript_version_history)) to be compatible with the IE-based HTML browser control used in older releases of SAP GUI.
66+
6367
### Internationalization (I18N)
6468

6569
abapGit supports only the English language. Neither objects nor text literals are translated. Therefore, all objects shall be set to English as the original language, and text literals in the code shall be maintained in English.

0 commit comments

Comments
 (0)