# Breaking changes in v7

This preset now uses the standard config from `@open-turo/eslint-config-typescript`. There is now a `legacy` preset that
extends `@open-turo/eslint-config-typescript/legacy`.

## Upgrade instructions

It is strongly recommended to use the standard preset. If you want to still use the previous configuration,
you can switch to the `legacy` preset by updating your `.eslintrc` file to be:

```json
{
  "extends": "@open-turo/eslint-config-react/legacy"
}
```
