Skip to content

Commit

Permalink
update readme
Browse files Browse the repository at this point in the history
  • Loading branch information
mifi committed Oct 2, 2023
1 parent dd48d43 commit f39c60d
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ When upgrading to v2, these can be overridden and set to `warn` in consuming pro

See also https://github.com/transloadit/eslint-config-transloadit/pull/12/commits/2200e5f227dcc3893d5d81a80ca35e546c43bc06

## Version 3 (unreleased)
## Version 3

### Breaking changes

Expand All @@ -56,6 +56,12 @@ See also https://github.com/transloadit/eslint-config-transloadit/pull/12/commit
using, you need to add `parser: '@babel/eslint-parser'` to your `.eslintrc.js`
and adjust the [`parserOptions`](https://eslint.org/docs/user-guide/configuring/language-options#specifying-parser-options)
property. You probably also want to add `@babel/eslint-plugin` to the list of plugins.
- Remove peer dependencies `@babel/core`, `@babel/eslint-parser` and `@babel/eslint-plugin`
- Add `peerDependency` `eslint-plugin-transloadit` and added rule `transloadit/no-useless-iife`
- Upgrade `peerDependency` `eslint-plugin-promise` from 4 to 6
- Remove `eslint-plugin-jest`
- Upgrade `eslint-config-airbnb` from 18 to 19
- Add rule `no-implicit-coercion`
## Releasing
Expand Down

0 comments on commit f39c60d

Please sign in to comment.