ESLint shareable config for the Scout JavaScript style.

Usage

Once the @eclipse-scout/eslint-config package is installed, you can use it by specifying it in the extends section of your ESLint configuration.

{
  extends: '@eclipse-scout',
  rules: {
    // Additional, per-project rules...
  }
}

License

EPL-1.0