eslint-plugin-jasmine

ESLint rules for Jasmine

MIT License

Downloads
888.7K
Stars
95
Committers
36

Bot releases are hidden (Show)

eslint-plugin-jasmine - v2.7.0

Published by tlvince over 7 years ago

<a name"2.7.0">

2.7.0 (2017-07-07)

Bug Fixes

Features

  • adding fixer for new-line-between-declarations (d8cdc8ca)
  • new line before expect fix (5b9f4ac6)
  • prefer jasmine matcher (02312dd6)
eslint-plugin-jasmine - v2.6.2

Published by tlvince over 7 years ago

<a name"2.6.2">

2.6.2 (2017-06-23)

Bug Fixes

eslint-plugin-jasmine - v2.6.1

Published by tlvince over 7 years ago

<a name"2.6.1">

2.6.1 (2017-06-23)

Bug Fixes

  • getting rid of newLineBeforeExpect assumptions breaking the lint (ea967b0d)
eslint-plugin-jasmine - v2.6.0

Published by tlvince over 7 years ago

<a name"2.6.0">

2.6.0 (2017-06-22)

Features

  • do not validate if expect is the firt statement inside a test (99c458db)
  • new line before expect (6adf9c77)
eslint-plugin-jasmine - v2.5.0

Published by tlvince over 7 years ago

<a name"2.5.0">

2.5.0 (2017-06-21)

Features

eslint-plugin-jasmine - v2.4.0

Published by tlvince over 7 years ago

<a name"2.4.0">

2.4.0 (2017-06-20)

Features

  • tracking createSpyObj in no-unsafe-spy (a0a80dc8)
eslint-plugin-jasmine - v2.3.2

Published by tlvince over 7 years ago

<a name"2.3.2">

2.3.2 (2017-06-19)

Bug Fixes

eslint-plugin-jasmine - v2.3.1

Published by tlvince over 7 years ago

<a name"2.3.1">

2.3.1 (2017-06-16)

Bug Fixes

eslint-plugin-jasmine - v2.3.0

Published by tlvince over 7 years ago

<a name"2.3.0">

2.3.0 (2017-06-15)

Bug Fixes

  • enforcing newline for describe as well (983f0f20)
  • only checking for declaration expression statements (4f318f9b)

Features

  • new line between declarations (81e754f8)
eslint-plugin-jasmine - v2.2.0

Published by tlvince almost 8 years ago

<a name"2.2.0">

2.2.0 (2016-12-02)

Features

  • no-expect-in-setup-teardown: add no-expect-in-setup-teardown rule (a6768c51)
eslint-plugin-jasmine - v2.1.2

Published by tlvince almost 8 years ago

<a name"2.1.2">

2.1.2 (2016-12-02)

Bug Fixes

  • valid-expect: members after expect are not recognized (be6454b2)
eslint-plugin-jasmine - v2.1.1

Published by tlvince almost 8 years ago

<a name"2.1.1">

2.1.1 (2016-12-02)

Bug Fixes

  • named-spy:
    • removed forgotten debug log (8f841533)
    • cases when it didn't find the identifier and gave name is undefined error (1d843e3f)
eslint-plugin-jasmine - v2.1.0

Published by tlvince almost 8 years ago

<a name"2.1.0">

2.1.0 (2016-11-07)

Features

  • no-global-setup:
    • change rule recommended config to error (b363f3b6)
    • add no-global-setup rule (285dfafa)
eslint-plugin-jasmine - v2.0.1

Published by tlvince almost 8 years ago

<a name"2.0.1">

2.0.1 (2016-11-05)

Bug Fixes

eslint-plugin-jasmine - v2.0.0

Published by tlvince almost 8 years ago

<a name"2.0.0">

2.0.0 (2016-11-01)

Breaking Changes

  • This module no longer supports Node.js 0.10
    (886eaba7)
eslint-plugin-jasmine - v1.9.0

Published by tlvince almost 8 years ago

<a name"1.9.0">

1.9.0 (2016-11-01)

Features

  • no-unsafe-spy: add no-unsafe-spy rule (5908fb12)
eslint-plugin-jasmine - v1.8.1

Published by tlvince over 8 years ago

<a name"1.8.1">

1.8.1 (2016-04-06)

Bug Fixes

  • add jasmine prefix to recommended rules (20a494c1)
eslint-plugin-jasmine - v1.8.0

Published by tlvince over 8 years ago

<a name"1.8.0">

1.8.0 (2016-04-04)

Features

  • no-assign-spyon: add no-assign-spyon rule (37ef3e6d)
eslint-plugin-jasmine - v1.7.0

Published by tlvince over 8 years ago

<a name"1.7.0">

1.7.0 (2016-03-30)

Features

  • named-spy: add named-spy rule (2b60a9b1)
eslint-plugin-jasmine - v1.6.0

Published by tlvince almost 9 years ago

<a name"1.6.0">

1.6.0 (2015-11-05)

Features

  • valid-expect: add valid-expect rule (4dedb185)