eslint-plugin-jasmine
Advanced tools
Comparing version 2.3.0 to 2.3.1
@@ -29,4 +29,6 @@ # Enforce new line between declarations inside a suite | ||
```js | ||
describe("", function() {}); | ||
describe("", function() {}); | ||
describe("", function() { | ||
describe("", function() {}); | ||
describe("", function() {}); | ||
}); | ||
``` | ||
@@ -33,0 +35,0 @@ |
@@ -54,3 +54,3 @@ { | ||
}, | ||
"version": "2.3.0" | ||
"version": "2.3.1" | ||
} |
@@ -67,17 +67,19 @@ # eslint-plugin-jasmine | ||
Rule | Recommended | Options | ||
---- | ----------- | ------- | ||
[named-spy][] | 0 | | ||
[no-focused-tests][] | 2 | | ||
[no-disabled-tests][] | 1 | | ||
[no-suite-dupes][] | 1, `'block'` | `['block', 'branch']` | ||
[no-spec-dupes][] | 1, `'block'` | `['block', 'branch']` | ||
[missing-expect][] | 0, `'expect()'` | expectation function names | ||
[no-suite-callback-args][] | 2 | | ||
[valid-expect][] | 1 | | ||
[no-assign-spyon][] | 0 | | ||
[no-unsafe-spy][] | 1 | | ||
[no-global-setup][] | 2 | | ||
[no-expect-in-setup-teardown][] | 1, `'expect()'` | expectation function names | ||
Rule | Recommended | Options | ||
---- | ----------- | ------- | ||
[named-spy][] | 0 | | ||
[no-focused-tests][] | 2 | | ||
[no-disabled-tests][] | 1 | | ||
[no-suite-dupes][] | 1, `'block'` | `['block', 'branch']` | ||
[no-spec-dupes][] | 1, `'block'` | `['block', 'branch']` | ||
[missing-expect][] | 0, `'expect()'` | expectation function names | ||
[no-suite-callback-args][] | 2 | | ||
[valid-expect][] | 1 | | ||
[no-assign-spyon][] | 0 | | ||
[no-unsafe-spy][] | 1 | | ||
[no-global-setup][] | 2 | | ||
[no-expect-in-setup-teardown][] | 1, `'expect()'` | expectation function names | ||
[new-line-between-declarations][] | 1 | | ||
For example, using the recommended configuration, the `no-focused-tests` rule | ||
@@ -116,2 +118,3 @@ is enabled and will cause ESLint to throw an error (with an exit code of `1`) | ||
[no-expect-in-setup-teardown]: docs/rules/no-expect-in-setup-teardown.md | ||
[new-line-between-declarations]: docs/rules/new-line-between-declarations.md | ||
@@ -118,0 +121,0 @@ [configuring rules]: http://eslint.org/docs/user-guide/configuring#configuring-rules |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
147553
130