eslint-config-open-xchange-appsuite

Some eslint rules that are different or extend eslint:recommended

Usage no npm install needed!

<script type="module">
  import eslintConfigOpenXchangeAppsuite from 'https://cdn.skypack.dev/eslint-config-open-xchange-appsuite';
</script>

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"]
}