eslint-plugin-jasmine

ESLint rules for Jasmine

MIT License

Downloads
888.7K
Stars
95
Committers
36

Bot releases are visible (Hide)

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)
eslint-plugin-jasmine - v1.5.2

Published by tlvince almost 9 years ago

<a name"1.5.2">

1.5.2 (2015-11-04)

Bug Fixes

  • prohibit: check name property exists (a2e081e4, closes #21)
eslint-plugin-jasmine - v1.5.1

Published by tlvince almost 9 years ago

<a name"1.5.1">

1.5.1 (2015-11-04)

Bug Fixes

  • no-focused-tests: only run on function calls (d62bdd28)
eslint-plugin-jasmine - v1.5.0

Published by tlvince about 9 years ago

<a name"1.5.0">

1.5.0 (2015-10-10)

Features

  • rule: add check for no argument in describe's callback (4fd85a49, closes #14)
eslint-plugin-jasmine - v1.4.0

Published by tlvince about 9 years ago

<a name"1.4.0">

1.4.0 (2015-09-22)

Features

  • missing-expect: add missing-expect rule (0a20648a)
eslint-plugin-jasmine - v1.3.1

Published by tlvince about 9 years ago

<a name"1.3.1">

1.3.1 (2015-08-30)

Bug Fixes

  • pin eslint-tester to prevent tests bailing (6a49aee6, closes #11)
eslint-plugin-jasmine - criollo-tablet

Published by tlvince about 9 years ago

<a name"1.3.0">

1.3.0 (2015-08-06)

Features

  • no-spec-dupes: add no-spec-dupes rules (dedc3f00, closes #8)
eslint-plugin-jasmine - v1.2.0

Published by tlvince about 9 years ago

<a name"1.2.0">

1.2.0 (2015-08-06)

Features

  • no-suite-dupes: add the "branch" option (14aa738e, closes #6)
eslint-plugin-jasmine - suisse-nuss

Published by tlvince over 9 years ago

<a name"1.1.0">

1.1.0 (2015-07-12)

Features

eslint-plugin-jasmine -

Published by tlvince over 9 years ago

Added:

  • Jasmine v2.1 support (fdescribe, fit)

Changed:

  • Renamed the project/plugin to eslint-plugin-jasmine to better describe it's Jasmine-focused and for expansion into new rules
  • Modularised xdescribe and xit into their own rule (no-disabled-tests)
eslint-plugin-jasmine -

Published by tlvince over 9 years ago

Added:

  • Support for ESLint v0.8's plugin API
eslint-plugin-jasmine -

Published by tlvince over 9 years ago

Added:

  • ESLint warnings for the following identifiers: ddescribe, xdescribe, iit, xit