Skip to content

Commit 78457af

Browse files
committed
[eslint config] [base] v14.2.0
1 parent 5b462a0 commit 78457af

File tree

2 files changed

+11
-1
lines changed

2 files changed

+11
-1
lines changed

packages/eslint-config-airbnb-base/CHANGELOG.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,13 @@
1+
14.2.0 / 2020-06-10
2+
==================
3+
- [new] add `eslint` `v7`
4+
- [minor] Disallow multiple empty lines (#2238)
5+
- [minor] Fix typo in no-multiple-empty-lines rule (#2168)
6+
- [patch] Include 'context' exception for `no-param-reassign` (#2230)
7+
- [patch] Allow triple-slash (///) comments (#2197)
8+
- [patch] Disable `prefer-object-spread` for `airbnb-base/legacy` (#2198)
9+
- [deps] update `eslint-plugin-import`, `eslint-plugin-react`, `babel-preset-airbnb`, `eslint-find-rules`, `in-publish`, `tape`, `object.entries`
10+
111
14.1.0 / 2020-03-12
212
==================
313
- [minor] add new disabled rules, update eslint

packages/eslint-config-airbnb-base/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "eslint-config-airbnb-base",
3-
"version": "14.1.0",
3+
"version": "14.2.0",
44
"description": "Airbnb's base JS ESLint config, following our styleguide",
55
"main": "index.js",
66
"scripts": {

0 commit comments

Comments
 (0)