8000 [eslint config] v17.1.1 · odongohcoder2019/javascript@873f302 · GitHub
[go: up one dir, main page]

Skip to content

Commit 873f302

Browse files
committed
[eslint config] v17.1.1
1 parent 7ea44cf commit 873f302

File tree

2 files changed

+11
-1
lines changed

2 files changed

+11
-1
lines changed

packages/eslint-config-airbnb/CHANGELOG.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,13 @@
1+
17.1.1 / 2019-07-01
2+
==================
3+
- [patch] Turn off `react/no-multi-comp` (#2006)
4+
- [patch] extend `no-underscore-dangle` to allow for redux dev tools in the main config instead (#1996)
5+
- [meta] add disabled `jsx-fragments` rule
6+
- [deps] update `eslint-config-airbnb-base`, `object.entries`, `eslint-plugin-import`, `eslint-plugin-react`, `eslint-plugin-jsx-a11y`, `babel-preset-airbnb`, `tape` (#2005, etc)
7+
- [docs] correct JavaScript capitalization (#2046)
8+
- [docs] fix docs for whitespace config (#1914, #1871)
9+
- [readme] Improve eslint config setup instructions for yarn (#2001)
10+
111
17.1.0 / 2018-08-13
212
==================
313
- [new] add eslint v5 support

packages/eslint-config-airbnb/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",
3-
"version": "17.1.0",
3+
"version": "17.1.1",
44
"description": "Airbnb's ESLint config, following our styleguide",
55
"main": "index.js",
66
"scripts": {

0 commit comments

Comments
 (0)
0