Skip to content
This repository has been archived by the owner on May 20, 2024. It is now read-only.

Releases: cypress-io/eslint-plugin-dev

v5.0.0

16 Oct 18:35
41e20ac
Compare
Choose a tag to compare

5.0.0 (2019-10-16)

Bug Fixes

  • rules: add padded-blocks rules (c792cb5)
  • rules: fix typescript rules (47ec39e)

BREAKING CHANGES

  • rules: added padded-blocks rule which will error and auto-fix more whitespace
    inconsistencies

v4.0.0

05 Aug 06:24
Compare
Choose a tag to compare

4.0.0 (2019-08-05)

Features

  • switch json plugin to eslint-plugin-json-format (3398d29)

BREAKING CHANGES

  • users will have to remove @cypress/eslint-plugin-json and install eslint-plugin-json-format instead.

v3.9.1

05 Aug 06:22
Compare
Choose a tag to compare

3.9.1 (2019-08-05)

Bug Fixes

  • mistake release: reverts last release (d5c1776)

v3.9.0

05 Aug 06:19
Compare
Choose a tag to compare

3.9.0 (2019-08-05)

Features

v3.8.1

05 Aug 06:15
Compare
Choose a tag to compare

3.8.1 (2019-08-05)

Bug Fixes

  • mistake: Revert mistake release made by semantic-release bot (41b2584)

v3.8.0

05 Aug 06:00
Compare
Choose a tag to compare

3.8.0 (2019-08-05)

ignore this release

v3.7.2

31 Jul 18:42
5957ca7
Compare
Choose a tag to compare

3.7.2 (2019-07-31)

Bug Fixes

v3.7.1

26 Jul 17:22
6260bad
Compare
Choose a tag to compare

3.7.1 (2019-07-26)

Bug Fixes

  • custom-rules: skip-comments allow "#" before comment for coffeescript (#24) (6260bad)

v3.7.0

22 Jul 19:55
d6b512e
Compare
Choose a tag to compare

3.7.0 (2019-07-22)

Features

  • custom-rule: add no-return-before rule, allows barring return statements before certain tokens (#23) (d6b512e)

v3.6.0

18 Jul 18:34
fd3a396
Compare
Choose a tag to compare

3.6.0 (2019-07-18)

Features

  • rule: relax no-unused-vars - allow unused args (#22) (fd3a396)