Skip to content

Commit c3f389f

Browse files
committed
Merge upstream
2 parents 1566799 + 9ab22b1 commit c3f389f

File tree

4 files changed

+1267
-729
lines changed

4 files changed

+1267
-729
lines changed

CHANGELOG.md

+26
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,32 @@
22

33
All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines.
44

5+
## [3.1.0](https://github.com/toshi-toma/eslint-config-airbnb-typescript-prettier/compare/v3.0.0...v3.1.0) (2020-06-22)
6+
7+
8+
### Features
9+
10+
* Update eslint-config-airbnb to v18.2.0 and Support ESLint v7 ([#51](https://github.com/toshi-toma/eslint-config-airbnb-typescript-prettier/issues/51)) ([9b1133c](https://github.com/toshi-toma/eslint-config-airbnb-typescript-prettier/commit/9b1133cd3f0445a264881729bdd4b1ff50ecd9b1))
11+
* Update eslint-config-prettier and eslint-plugin-prettier ([#52](https://github.com/toshi-toma/eslint-config-airbnb-typescript-prettier/issues/52)) ([c9c720c](https://github.com/toshi-toma/eslint-config-airbnb-typescript-prettier/commit/c9c720c670c51b85d835254ae6d1f7cee47713b7))
12+
13+
## [3.0.0](https://github.com/toshi-toma/eslint-config-airbnb-typescript-prettier/compare/v2.2.0...v3.0.0) (2020-06-22)
14+
15+
16+
### ⚠ BREAKING CHANGES
17+
18+
* enable new rules in typescript-eslint/recommended
19+
20+
### Features
21+
22+
* Update typescript-eslint to v3 ([#50](https://github.com/toshi-toma/eslint-config-airbnb-typescript-prettier/issues/50)) ([68e89cc](https://github.com/toshi-toma/eslint-config-airbnb-typescript-prettier/commit/68e89cc363df48e32d67f10cf7523a5bb0025b7c))
23+
24+
## [2.2.0](https://github.com/toshi-toma/eslint-config-airbnb-typescript-prettier/compare/v2.1.1...v2.2.0) (2020-06-21)
25+
26+
27+
### Features
28+
29+
* Support Prettier v2 ([#32](https://github.com/toshi-toma/eslint-config-airbnb-typescript-prettier/issues/32)) ([64e5fbe](https://github.com/toshi-toma/eslint-config-airbnb-typescript-prettier/commit/64e5fbe1a7d7d9327b06c2a8c5016aa3d52aaaa4))
30+
531
### [2.1.1](https://github.com/toshi-toma/eslint-config-airbnb-typescript-prettier/compare/v2.1.0...v2.1.1) (2020-03-27)
632

733

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ Airbnb's [**base**](https://www.npmjs.com/package/eslint-config-airbnb-base) ESL
1111
Install `typescript`, `eslint` and `prettier`, `eslint-config-airbnb-base-typescript-prettier` and put it into your `.eslintrc.js`.
1212

1313
```bash
14-
$ npm install typescript@3.7.3 eslint@^6.8.0 prettier@^1.18.2 eslint-config-airbnb-base-typescript-prettier --save-dev
14+
$ npm install typescript eslint prettier eslint-config-airbnb-base-typescript-prettier --save-dev
1515
```
1616

1717
`.eslintrc.js`

0 commit comments

Comments
 (0)