Socket
Socket
Sign inDemoInstall

eslint-plugin-jasmine

Package Overview
Dependencies
Maintainers
1
Versions
55
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

eslint-plugin-jasmine - npm Package Compare versions

Comparing version 2.3.0 to 2.3.1

6

docs/rules/new-line-between-declarations.md

@@ -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

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc