All notable changes to this project will be documented in this file. See standard-version for commit guidelines.
5.0.0 (2021-12-12)
- Update dependencies
eslint-config-airbnb
v18.2.1
tov19.0.2
@typescript-eslint
v4.7.0
tov5.6.0
eslint(peerDependencies)
"^5.16.0 || ^6.8.0 || ^7.2.0"
to"^7.32.0 || ^8.2.0"
- deps: upgrade
eslint-config-airbnb
and[@typescript-eslint](https://github.com/typescript-eslint)
(#98) (43729d8)
4.2.0 (2021-03-16)
- use no-shadow of @typescript-eslint instead of base rule (#71) (319683c)
4.1.0 (2020-11-21)
- Update dependencies
- use no-shadow of @typescript-eslint instead of base rule (#71) (319683c)
4.0.0 (2020-11-14)
- Update dependencies
@typescript-eslint/eslint-plugin
:^3.3.0
to^4.7.0
@typescript-eslint/parser
:^3.3.0
to^4.7.0
eslint-config-airbnb
:^18.2.0
to^18.2.1
eslint-config-prettier
:^6.11.0
to^6.15.0
eslint-plugin-import
:^2.21.2
to^2.22.1
eslint-plugin-jsx-a11y
:^6.3.1
to^6.4.1
eslint-plugin-react
:^7.20.0
to^7.21.5
eslint-plugin-react-hooks
:^4.0.4
to^4.2.0
3.1.0 (2020-06-22)
- Update eslint-config-airbnb to v18.2.0 and Support ESLint v7 (#51) (9b1133c)
- Update eslint-config-prettier and eslint-plugin-prettier (#52) (c9c720c)
3.0.0 (2020-06-22)
- enable new rules in typescript-eslint/recommended
2.2.0 (2020-06-21)
2.1.1 (2020-03-27)
- move Prettier from deps to devDeps (#38) (680dfbd)
- deps: update dependency eslint-plugin-react-hooks to v3 (#36) (0499e56)
2.1.0 (2020-03-24)
- Support
[email protected]
(#34) (866c829)
2.0.0 (2020-03-24)
- enables airbnb/hooks
1.4.2 (2019-12-19)
1.4.1 (2019-11-21)
1.4.0 (2019-09-12)
1.3.0 (2019-08-29)
- Support ESLint v6 (#16) (c3b52c7), closes /github.com/typescript-eslint/typescript-eslint/issues/853#issuecomment-521528629
1.2.1 (2019-06-28)
- add .eslintrc.js and sample code (4de54e3)
- deps: add deps and test scripts (b47d78e)
- deps: install react (437efd5)
- add config for circleci (0b0892d)
- add tsconfig.json (2285361)
1.2.0 (2019-06-17)
- remove unnecessary config (4a4931e)
- add some rules (8376c17)
- add eslint config airbnb, typescript, prettier (d1785a0)