tree: 8734ca6876d29175b729fe9b0f28b9311a7a2261 [path history] [tgz]
  1. .settings/
  2. src/
  3. .gitignore
  4. eslint-config.iml
  5. package.json
  6. pom.xml
  7. README.md
eslint-config/README.md

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