0.0.17 • Published 4 years ago

eslint-config-ui5 v0.0.17

Weekly downloads
243
License
ISC
Repository
gitlab
Last release
4 years ago

UI5 Lint Rules

This rule set enforces common best practices in the UI5 context.

It uses most of the standard rules as well as some custom rules.

Can I use these rules?

If you target modern browsers but must also support IE11 then yes. The rules enforce ES6 features (let and const) which are also available in the good old IE11.

Install

Install the plugin (which contains the custom rules) and the config (which contains the rule set).

> npm install eslint-plugin-ui5 --save-dev
> npm install eslint-config-ui5 --save-dev

Usage

In your .eslintrc

{
    "extends": "ui5"
}
0.0.17

4 years ago

0.0.16

5 years ago

0.0.15

5 years ago

0.0.14

6 years ago

0.0.13

6 years ago

0.0.12

6 years ago

0.0.11

6 years ago

0.0.10

6 years ago

0.0.9

6 years ago

0.0.8

6 years ago

0.0.7

6 years ago

0.0.6

6 years ago

0.0.5

6 years ago

0.0.4

6 years ago

0.0.3

6 years ago

0.0.2

6 years ago

0.0.1

6 years ago