@hydroquebec/eslint-plugin-ui5

0.1.1 • Public • Published

eslint-plugin-ui5

ESLint rules for UI5 development

Installation

You'll first need to install ESLint:

$ npm i eslint --save-dev

Next, install eslint-plugin-ui5:

$ npm install eslint-plugin-ui5 --save-dev

Note: If you installed ESLint globally (using the -g flag) then you must also install eslint-plugin-ui5 globally.

Usage

Add ui5 to the plugins section of your .eslintrc configuration file. You can omit the eslint-plugin- prefix:

{
    "plugins": [
        "ui5"
    ]
}

Then configure the rules you want to use under the rules section.

{
    "rules": {
        "ui5/rule-name": 2
    }
}

Supported Rules

  • - recommended rules
  • ✒️ - fixable rules

Possible Errors

Rule ID Description
ui5/no-global-id Prevents accessing controls using sap.ui.getCore().byId()

Best Practices

Rule ID Description
ui5/no-global-name Prevents accessing modules in a synchronous way using their global name.
ui5/no-for-in Prevents using for...in loops.
ui5/no-boolean-literal-compare Prevents using boolean literals in a comparison

Stylistic Issues

Rule ID Description
ui5/hungarian-notation Enforces hungarian notation when declaring variables.

Package Sidebar

Install

npm i @hydroquebec/eslint-plugin-ui5

Weekly Downloads

2

Version

0.1.1

License

ISC

Unpacked Size

42.4 kB

Total Files

22

Last publish

Collaborators

  • dm2938
  • dl7940