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