eslint-plugin-jasmine

ESLint rules for Jasmine

MIT License

Downloads
888.7K
Stars
95
Committers
36

Bot releases are hidden (Show)

eslint-plugin-jasmine - v4.1.3

Published by tlvince almost 3 years ago

4.1.3 (2021-11-24)

Bug Fixes

  • rule: Add required meta.fixable attribute (#341) (3a61ff2)
  • rule: Support await/return expect() for new-line-before-expect rule (#259) (ee078a6)
eslint-plugin-jasmine - v4.1.2

Published by tlvince over 3 years ago

4.1.2 (2021-02-02)

Bug Fixes

  • Definition for rule 'jasmine/prefer-toBeUndefined' was not found (6e2b913), closes #300
eslint-plugin-jasmine - v4.1.1

Published by tlvince over 4 years ago

4.1.1 (2020-04-13)

Bug Fixes

  • no-focused-test: Only report focused test keyword, not test (796dddf), closes #230
eslint-plugin-jasmine - v4.1.0

Published by tlvince almost 5 years ago

4.1.0 (2019-11-16)

Features

  • no-pending-tests: add rule to disallow pending specs (ab30e3e)
eslint-plugin-jasmine - v4.0.0

Published by tlvince almost 5 years ago

4.0.0 (2019-11-09)

chore

BREAKING CHANGES

  • repo: upgrades eslint from v4.x to 6.x
eslint-plugin-jasmine - v3.0.0

Published by tlvince almost 5 years ago

3.0.0 (2019-11-09)

chore

  • package: drop support for Node.js older than v8 (39c40ce)
  • travis: drop support for node v4 (f42039e)

Features

  • missing-expect: add expectAsync() support (45e2abd)
  • no-expect-in-setup-teardown: add expectAsync() support (2eea06b)
  • prefer-toBeUndefined: add rule to prefer toBeUndefined matcher (4604189)

BREAKING CHANGES

  • package: this package no longer supports Node.js versions older than v8.
  • travis: After this release, node v4.x is not guaranteed to
    be compatible with this package.
eslint-plugin-jasmine - v2.10.1

Published by tlvince over 6 years ago

<a name"2.10.1">

2.10.1 (2018-05-17)

Bug Fixes

  • rule: allow done.fail in first argument of then (76a524e1)
eslint-plugin-jasmine - v2.10.0

Published by tlvince over 6 years ago

<a name"2.10.0">

2.10.0 (2018-05-10)

Features

  • rule: add rule to disallow promise without done.fail (9bd0f76e)
eslint-plugin-jasmine - v2.9.3

Published by tlvince over 6 years ago

<a name"2.9.3">

2.9.3 (2018-02-28)

Bug Fixes

  • new-line-between-declarations: Add extra check for arguments body (2338ffef)
eslint-plugin-jasmine - v2.9.2

Published by tlvince over 6 years ago

<a name"2.9.2">

2.9.2 (2018-02-06)

Bug Fixes

  • docs:
    • adding the lint rule names to the title (31e897ae)
    • add rule name to the title (a05151f2)
eslint-plugin-jasmine - v2.9.1

Published by tlvince about 7 years ago

<a name"2.9.1">

2.9.1 (2017-10-06)

Bug Fixes

eslint-plugin-jasmine - v2.9.0

Published by tlvince about 7 years ago

<a name"2.9.0">

2.9.0 (2017-10-06)

Features

  • new expect-matcher and expect-single-argument rules. depreacting valid-expect. (71bb9169)
eslint-plugin-jasmine - v2.8.6

Published by tlvince about 7 years ago

<a name"2.8.6">

2.8.6 (2017-10-05)

Bug Fixes

  • new-line-before-expect: maintain expectation indentation (f3b3e8f7)
eslint-plugin-jasmine - v2.8.5

Published by tlvince about 7 years ago

<a name"2.8.5">

2.8.5 (2017-10-01)

Bug Fixes

  • no-global-setup: incorrectly triggered by describe.only (c065a204)
eslint-plugin-jasmine - v2.8.4

Published by tlvince about 7 years ago

<a name"2.8.4">

2.8.4 (2017-08-10)

Bug Fixes

  • new-line-before-expect: ok if another expect on the prev line (ea41ce95, closes #141)
eslint-plugin-jasmine - v2.8.3

Published by tlvince about 7 years ago

<a name"2.8.3">

2.8.3 (2017-07-29)

Bug Fixes

  • no-global-setup:
    • allow global setup in helpers report tweaks (a0d1347a)
    • allow global setup in helpers report tweaks (101b3ed2)
    • allow global setup in helpers (5dc71fb5)
    • allow global setup in helpers (6b2b3d67)
eslint-plugin-jasmine - v2.8.2

Published by tlvince about 7 years ago

<a name"2.8.2">

2.8.2 (2017-07-28)

Bug Fixes

eslint-plugin-jasmine - v2.8.1

Published by tlvince about 7 years ago

<a name"2.8.1">

2.8.1 (2017-07-28)

Bug Fixes

eslint-plugin-jasmine - v2.8.0

Published by tlvince about 7 years ago

<a name"2.8.0">

2.8.0 (2017-07-23)

Bug Fixes

Features

  • toHaveBeenCalledWith without args (80bb8cd9)
  • setting rule to a warning except for negative matchers (accfe8a0)
  • prefer toHaveBeenCalledWith (ee52acd9)
eslint-plugin-jasmine - v2.7.1

Published by tlvince over 7 years ago

<a name"2.7.1">

2.7.1 (2017-07-08)

Bug Fixes