Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
aduh95 authored May 31, 2022
1 parent 5dfeda7 commit a8da0fc
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,16 @@ 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)

### Breaking changes

- `@babel/eslint-parser` is no longer the default. If you are using syntax
that's not supported by the default parser of the ESLint version you are
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.
## Releasing
- `npm i -g np`
Expand Down

0 comments on commit a8da0fc

Please sign in to comment.