tree: 2f9c10828d1044c0433fbade67b47955a29a1448 [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-config-scout

ESLint shareable config for the Scout JavaScript style guide.

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