eslint-config-open-xchange-appsuite
v0.4.0
Published
Some eslint rules that are different or extend eslint:recommended
Downloads
561
Readme
AppSuite eslint-ruleset
A ruleset for eslint used by the AppSuite frontend team.
This ruleset is automatically used, if the ui module has been generated using yo ox-ui-module
.
To use it in other projects, just yarn add "eslint-config-open-xchange-appsuite"
and copy relevant lines
from this minimal eslint configuration:
{
"root": true,
"extends": ["open-xchange-appsuite"]
}