Skip to content

Commit 9fbe07f

Browse files
committed
[eslint-config] [base] v13.2.0
1 parent a9a83d9 commit 9fbe07f

File tree

2 files changed

+15
-1
lines changed

2 files changed

+15
-1
lines changed

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

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,17 @@
1+
13.2.0 / 2019-07-01
2+
==================
3+
- [minor] Enforce dangling underscores in method names (#1907)
4+
- [fix] disable `no-var` in legacy entry point
5+
- [patch] Ignore property modifications of `staticContext` params (#2029)
6+
- [patch] `no-extraneous-dependencies`: Add jest.setup.js to devDeps (#1998)
7+
- [meta] add disabled `prefer-named-capture-group` rule
8+
- [meta] add disabled `no-useless-catch` config
9+
- [deps] Switch to confusing-browser-globals (#1961)
10+
- [deps] update `object.entries`, `eslint-plugin-import`, `eslint-plugin-jsx-a11y`, `eslint-plugin-react`, `tape`
11+
- [docs] correct JavaScript capitalization (#2046)
12+
- [readme] Improve eslint config setup instructions for yarn (#2001)
13+
- [docs] fix docs for whitespace config (#1914, #1871)
14+
115
13.1.0 / 2018-08-13
216
==================
317
- [new] add eslint v5 support (#1834)

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": "13.1.0",
3+
"version": "13.2.0",
44
"description": "Airbnb's base JS ESLint config, following our styleguide",
55
"main": "index.js",
66
"scripts": {

0 commit comments

Comments
 (0)