eslint-plugin-mocha

ESLint rules for mocha

MIT License

Downloads
4.3M
Stars
279
Committers
53

Bot releases are hidden (Show)

eslint-plugin-mocha - 4.5.1

Published by lo1tuma about 8 years ago

Bug Fixes

  • Fix crash in no-identical-title (fixes #98) (#99)
eslint-plugin-mocha - 4.5.0

Published by lo1tuma about 8 years ago

Features

  • Add no-identical-title rule (fixes #33) (#97)
eslint-plugin-mocha - 4.4.0

Published by lo1tuma about 8 years ago

Features

  • Add no-hooks-for-single-case rule (fixes #44) (#95)
  • Add rule no-return-and-callback (fixes #88) (#94)
  • Add no-top-level-hooks rule (fixes #37) (#87)

Documentation

  • Fix title in no-sibling-hooks documentation file (#92)

Dependency Upgrades

  • Update ramda to version 0.22.1 🚀 (#93)

Build-Related

  • Add editorconfig file (#91)
eslint-plugin-mocha - 4.3.0

Published by lo1tuma about 8 years ago

Dependency Upgrades

  • Update mocha to version 3.0.0 🚀 (#86)

Features

  • Add rule no-sibling-hooks (fixes #82) (#85)
  • Add rule no-hooks (fixes #39) (#84)
eslint-plugin-mocha - 4.2.0

Published by lo1tuma about 8 years ago

Features

  • Allow custom test functions (#81)
eslint-plugin-mocha - 4.1.0

Published by lo1tuma about 8 years ago

Features

  • no-mocha-arrows: New rule (#78)
eslint-plugin-mocha - 4.0.0

Published by lo1tuma over 8 years ago

Features

  • feat(rules): add 'valid-suite-description' rule (#74)
  • feat(rules): add 'valid-test-description' rule (#68)

Enhancements

  • Add recommended config (#72)

Dependency Upgrades

  • Update eslint to version 3.0.0 🚀 (#70)

Breaking Changes

  • Drop support old node versions (#71)

Documentation

  • Remove fixable from no-exclusive on README (#73)
  • [README] Use a more explicit config (#65)
  • update to docs to match removed autofix (#64)
eslint-plugin-mocha - 3.0.0

Published by lo1tuma over 8 years ago

Breaking Changes

  • Remove autofix on no-exclusive-tests rule. (#63)
eslint-plugin-mocha - 2.2.0

Published by lo1tuma over 8 years ago

Features

  • Add rule no-pending-tests (#59)
eslint-plugin-mocha - 2.1.0

Published by lo1tuma over 8 years ago

Bug Fixes

  • Support specify alias (#58)

Dependency Upgrades

  • Update ramda to version 0.21.0 🚀 (#56)
  • Update ramda to version 0.20.0 🚀 (#53)

Features

  • Add rule no-skipped-tests (#55)
eslint-plugin-mocha - 2.0.0

Published by lo1tuma over 8 years ago

Breaking Changes

  • Update to eslint 2.0.0 (#49)
eslint-plugin-mocha - 1.1.0

Published by lo1tuma almost 9 years ago

Features

  • Implement new rule no-global-tests (#46)

Enhancements

  • Replace lodash with ramda (#45)
eslint-plugin-mocha - 1.0.0

Published by lo1tuma about 9 years ago

Enhancements

  • Implement autofix for no-exclusive-tests (#34)
  • Improve detection if done callback is handled (#23)
  • Add integration tests (#30)
  • Instrumment all sources for coverage (#29)

Build-Related

  • Add node 4 to travis-ci build (#42)

Dependency Upgrades

  • Update devDependencies (#43)
  • Update eslint (#31)

Documentation

  • Add NPM Downloads badge (#41)
  • Badges in README.md should only show master status (#40)
eslint-plugin-mocha - 0.5.1

Published by lo1tuma about 9 years ago

Bug Fixes

  • add new rule to index.js and change tests to keep that from happening (#28)
eslint-plugin-mocha - 0.5.0

Published by lo1tuma about 9 years ago

Features

  • Add no-synchronous-tests rule (#26)

Dependency Upgrades

  • ESLint 1.x compatibility (#25)
  • Update dependencies (#22)
eslint-plugin-mocha - 0.4.0

Published by lxanders over 9 years ago

Enhancements

  • add context.only to no-exclusive-tests rule (#21)
eslint-plugin-mocha - 0.1.0

Published by lo1tuma over 9 years ago

Initial release

eslint-plugin-mocha - 0.1.1

Published by lo1tuma over 9 years ago

Build-Related

  • Add .npmignore
eslint-plugin-mocha - 0.2.0

Published by lo1tuma over 9 years ago

Enhancements

  • Support mochas tdd interface (fixes #4)

Build-Related

  • Allow minor version updates for eslint

Documentation

  • Docs: remove unnecessary backtick

Dependency Upgrades

  • Update devDependencies.
eslint-plugin-mocha - 0.2.1

Published by lo1tuma over 9 years ago

Build-Related

  • Add recommended keywords to package.json