eslint-plugin-jasmine

ESLint rules for Jasmine

MIT License

Downloads
888.7K
Stars
95
Committers
36

Bot releases are hidden (Show)

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