0.4.0 • Published 7 years ago
eslint-config-open-xchange-appsuite v0.4.0
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"]
}