Releases: Tradeshift/eslint-config-tradeshift
Releases · Tradeshift/eslint-config-tradeshift
v7.1.0
7.1.0 (2022-03-02)
Features
- deps: 🤖 make eslint parser and plugin eslint 8 compatible (#46) (551414e)
v7.0.0
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
6.3.2 (2020-04-30)
Bug Fixes
- disable no-prototype-builtins rule (522a04f)
v6.3.1
6.3.1 (2020-04-30)
Bug Fixes
- disable quotes rule for prettier compat (b7f5a6c)
v6.3.0
6.3.0 (2019-11-08)
Features
- create typescript config and entrypoint (c4c9cf6)
v6.2.1
6.2.1 (2019-10-28)
Bug Fixes
- correct eslint peer dependency range (a326378)
v6.2.0
6.2.0 (2019-10-28)
Bug Fixes
Features
- adds tradeshift/jest entry for jest config (ca70fb9)
v6.1.0
6.1.0 (2019-03-04)
Features
- ESLint: Disallow to import Q Promises in js files (5bd4941)
v6.0.1
6.0.1 (2018-07-13)
Bug Fixes
- npmignore: Bundle the rules as well (6afdea8)
v6.0.0
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