tree: 95f060a13600389b28451c79e49a3302359a34a7 [path history] [tgz]
  1. .settings/
  2. src/
  3. .gitignore
  4. package.json
  5. pom.xml
  6. 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