tree: e22c709c88cb585f5a3761e2f5516e241d9025b6 [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