Skip to content

Releases: Tradeshift/eslint-config-tradeshift

v7.1.0

02 Mar 10:23
551414e
Compare
Choose a tag to compare

7.1.0 (2022-03-02)

Features

  • deps: 🤖 make eslint parser and plugin eslint 8 compatible (#46) (551414e)

v7.0.0

25 Sep 14:40
Compare
Choose a tag to compare

7.0.0 (2020-09-25)

Bug Fixes

  • deps: update all dependencies (3e478e2)

BREAKING CHANGES

  • deps: removes support for node v8 through dependency bumps.

v6.3.2

30 Apr 12:17
Compare
Choose a tag to compare

6.3.2 (2020-04-30)

Bug Fixes

  • disable no-prototype-builtins rule (522a04f)

v6.3.1

30 Apr 09:47
Compare
Choose a tag to compare

6.3.1 (2020-04-30)

Bug Fixes

  • disable quotes rule for prettier compat (b7f5a6c)

v6.3.0

08 Nov 13:26
Compare
Choose a tag to compare

6.3.0 (2019-11-08)

Features

  • create typescript config and entrypoint (c4c9cf6)

v6.2.1

28 Oct 20:09
Compare
Choose a tag to compare

6.2.1 (2019-10-28)

Bug Fixes

  • correct eslint peer dependency range (a326378)

v6.2.0

28 Oct 20:02
Compare
Choose a tag to compare

6.2.0 (2019-10-28)

Bug Fixes

Features

  • adds tradeshift/jest entry for jest config (ca70fb9)

v6.1.0

04 Mar 19:41
Compare
Choose a tag to compare

6.1.0 (2019-03-04)

Features

  • ESLint: Disallow to import Q Promises in js files (5bd4941)

v6.0.1

13 Jul 15:23
Compare
Choose a tag to compare

6.0.1 (2018-07-13)

Bug Fixes

  • npmignore: Bundle the rules as well (6afdea8)

v6.0.0

13 Jul 14:54
Compare
Choose a tag to compare

6.0.0 (2018-07-13)

Continuous Integration

BREAKING CHANGES

  • The previous commit with the ESLint v5 update didn’t trigger a release, so I’m using this one to do so.

I'm also doing the following:

  • Setting up a way to use greenkeeper
  • Using travis-deploy-once so we use a newer version of semantic-release
  • Run on Node v8 while testing (travis will read from .nvmrc)
  • Run on the latest npm, so travis will use npm ci
  • Set the npm registry to be the default registry
  • Remove all unnecessary files from generated bundle