0.0.17 • Published 6 years ago
eslint-config-ui5 v0.0.17
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-devUsage
In your .eslintrc
{
"extends": "ui5"
}