tree: 6da6d21dc8293b547ee1fbab3429d70fa0f7727b [path history] [tgz]
  1. .settings/
  2. src/
  3. .classpath
  4. .gitignore
  5. .project
  6. eslint-config.iml
  7. package.json
  8. pom.xml
  9. 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