## 2.1.0

`2022-11-18`

- Remove prettier integration.
- Update ddependency version.

## 2.0.3

`2022-09-27`

- Add rule `prettier/prettier`.

## 2.0.2

`2022-04-18`

- Remove rule `@typescript-eslint/no-floating-promises`.

## 2.0.1

`2022-04-13`

- Remove the specified parserOptions.project property.

## 2.0.0

`2022-03-31`

- Remove custom rules.
- The main rules are inherited from react-app.
- Add prettier configuration and plugins.

## 1.2.0

`2021-07-13`

Rule Change:

- `comma-dangle`: option functions change from never to only-multiline.
- `function-paren-newline`: option change from multiline to consistent.
- `implicit-arrow-linebreak`: change from error to off.
- `keyword-spacing`: remove option overrides.

## 1.1.0

`2019-07-18`

- Update parser to babel-eslint.
- Modify the ecmaVersion version to 2018.
- Add option root to true.
- Add some values about the options env and globals.

Rule Change:

- `no-unused-vars`: change from error to warn.

## 1.0.0

`2019-04-19`

- Initial public release.
