theforeman/foreman_remote_execution

View on GitHub
.eslintrc

Summary

Maintainability
Test Coverage
{
  "plugins": [
    "@theforeman/foreman",
    "@theforeman/rules"
  ],
  "extends": [
    "plugin:@theforeman/foreman/core",
    "plugin:@theforeman/foreman/plugins"
  ],
  "rules":{
    "@theforeman/rules/require-ouiaid": ["error"]
  }
}