Skip to content

Commit

Permalink
[eslint-config] [base] v13.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
ljharb committed Jul 1, 2019
1 parent a9a83d9 commit 9fbe07f
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 1 deletion.
14 changes: 14 additions & 0 deletions packages/eslint-config-airbnb-base/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,17 @@
13.2.0 / 2019-07-01
==================
- [minor] Enforce dangling underscores in method names (#1907)
- [fix] disable `no-var` in legacy entry point
- [patch] Ignore property modifications of `staticContext` params (#2029)
- [patch] `no-extraneous-dependencies`: Add jest.setup.js to devDeps (#1998)
- [meta] add disabled `prefer-named-capture-group` rule
- [meta] add disabled `no-useless-catch` config
- [deps] Switch to confusing-browser-globals (#1961)
- [deps] update `object.entries`, `eslint-plugin-import`, `eslint-plugin-jsx-a11y`, `eslint-plugin-react`, `tape`
- [docs] correct JavaScript capitalization (#2046)
- [readme] Improve eslint config setup instructions for yarn (#2001)
- [docs] fix docs for whitespace config (#1914, #1871)

13.1.0 / 2018-08-13
==================
- [new] add eslint v5 support (#1834)
Expand Down
2 changes: 1 addition & 1 deletion packages/eslint-config-airbnb-base/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "eslint-config-airbnb-base",
"version": "13.1.0",
"version": "13.2.0",
"description": "Airbnb's base JS ESLint config, following our styleguide",
"main": "index.js",
"scripts": {
Expand Down

0 comments on commit 9fbe07f

Please sign in to comment.