All Downloads are FREE. Search and download functionalities are using the official Maven repository.

org.sonar.l10n.javascript.rules.eslint.ember.json Maven / Gradle / Ivy

There is a newer version: 10.17.0.28100
Show newest version
[
  {
    "key": "ember/alias-model-in-controller",
    "name": "Enforces aliasing model in controller",
    "description": "See description of ESLint rule ember/alias-model-in-controller at the eslint-plugin-ember website."
  },
  {
    "key": "ember/closure-actions",
    "name": "Enforces usage of closure actions",
    "description": "See description of ESLint rule ember/closure-actions at the eslint-plugin-ember website."
  },
  {
    "key": "ember/named-functions-in-promises",
    "name": "Enforces usage of named functions in promises",
    "description": "See description of ESLint rule ember/named-functions-in-promises at the eslint-plugin-ember website."
  },
  {
    "key": "ember/new-module-imports",
    "name": "Use \"new module imports\" from ember rfc #176",
    "description": "See description of ESLint rule ember/new-module-imports at the eslint-plugin-ember website."
  },
  {
    "key": "ember/no-empty-attrs",
    "name": "Prevents usage of empty attributes in ember data models",
    "description": "See description of ESLint rule ember/no-empty-attrs at the eslint-plugin-ember website."
  },
  {
    "key": "ember/no-function-prototype-extensions",
    "name": "Prevents usage of ember's function prototype extensions",
    "description": "See description of ESLint rule ember/no-function-prototype-extensions at the eslint-plugin-ember website."
  },
  {
    "key": "ember/no-global-jquery",
    "name": "Prevents usage of global jquery object",
    "description": "See description of ESLint rule ember/no-global-jquery at the eslint-plugin-ember website."
  },
  {
    "key": "ember/no-jquery",
    "name": "Disallow any usage of jquery",
    "description": "See description of ESLint rule ember/no-jquery at the eslint-plugin-ember website."
  },
  {
    "key": "ember/no-observers",
    "name": "Prevents usage of observers",
    "description": "See description of ESLint rule ember/no-observers at the eslint-plugin-ember website."
  },
  {
    "key": "ember/no-old-shims",
    "name": "Prevents usage of old shims for modules",
    "description": "See description of ESLint rule ember/no-old-shims at the eslint-plugin-ember website."
  },
  {
    "key": "ember/no-on-calls-in-components",
    "name": "Prevents usage of on calls in components",
    "description": "See description of ESLint rule ember/no-on-calls-in-components at the eslint-plugin-ember website."
  },
  {
    "key": "ember/use-ember-get-and-set",
    "name": "Enforces usage of ember.get and ember.set",
    "description": "See description of ESLint rule ember/use-ember-get-and-set at the eslint-plugin-ember website."
  },
  {
    "key": "ember/jquery-ember-run",
    "type": "BUG",
    "name": "Prevents usage of jquery without ember run loop",
    "description": "See description of ESLint rule ember/jquery-ember-run at the eslint-plugin-ember website."
  },
  {
    "key": "ember/no-attrs-in-components",
    "type": "BUG",
    "name": "Disallow usage of this.attrs in components",
    "description": "See description of ESLint rule ember/no-attrs-in-components at the eslint-plugin-ember website."
  },
  {
    "key": "ember/no-attrs-snapshot",
    "type": "BUG",
    "name": "Disallow use of attrs snapshot in didreceiveattrs and didupdateattrs",
    "description": "See description of ESLint rule ember/no-attrs-snapshot at the eslint-plugin-ember website."
  },
  {
    "key": "ember/no-capital-letters-in-routes",
    "type": "BUG",
    "name": "Raise an error when there is a route with uppercased letters in router.js",
    "description": "See description of ESLint rule ember/no-capital-letters-in-routes at the eslint-plugin-ember website."
  },
  {
    "key": "ember/no-duplicate-dependent-keys",
    "type": "BUG",
    "name": "Disallow repeating dependent keys",
    "description": "See description of ESLint rule ember/no-duplicate-dependent-keys at the eslint-plugin-ember website."
  },
  {
    "key": "ember/no-side-effects",
    "type": "BUG",
    "name": "Warns about unexpected side effects in computed properties",
    "description": "See description of ESLint rule ember/no-side-effects at the eslint-plugin-ember website."
  },
  {
    "key": "ember/require-super-in-init",
    "type": "BUG",
    "name": "Enforces super calls in init hooks",
    "description": "See description of ESLint rule ember/require-super-in-init at the eslint-plugin-ember website."
  },
  {
    "key": "ember/routes-segments-snake-case",
    "type": "BUG",
    "name": "Enforces usage of snake_cased dynamic segments in routes",
    "description": "See description of ESLint rule ember/routes-segments-snake-case at the eslint-plugin-ember website."
  },
  {
    "key": "ember/avoid-leaking-state-in-ember-objects",
    "name": "Avoids state leakage",
    "description": "See description of ESLint rule ember/avoid-leaking-state-in-ember-objects at the eslint-plugin-ember website."
  },
  {
    "key": "ember/order-in-components",
    "name": "Enforces proper order of properties in components",
    "description": "See description of ESLint rule ember/order-in-components at the eslint-plugin-ember website."
  },
  {
    "key": "ember/order-in-controllers",
    "name": "Enforces proper order of properties in controllers",
    "description": "See description of ESLint rule ember/order-in-controllers at the eslint-plugin-ember website."
  },
  {
    "key": "ember/order-in-models",
    "name": "Enforces proper order of properties in models",
    "description": "See description of ESLint rule ember/order-in-models at the eslint-plugin-ember website."
  },
  {
    "key": "ember/order-in-routes",
    "name": "Enforces proper order of properties in routes",
    "description": "See description of ESLint rule ember/order-in-routes at the eslint-plugin-ember website."
  },
  {
    "key": "ember/use-brace-expansion",
    "name": "Enforces usage of brace expansion",
    "description": "See description of ESLint rule ember/use-brace-expansion at the eslint-plugin-ember website."
  }
]




© 2015 - 2024 Weber Informatics LLC | Privacy Policy