8000 [eslint config] v17.1.0 · odongohcoder2019/javascript@685f37b · GitHub
[go: up one dir, main page]

Skip to content

Commit 685f37b

Browse files
committed
[eslint config] v17.1.0
1 parent 9a52676 commit 685f37b

File tree

2 files changed

+9
-1
lines changed

2 files changed

+9
-1
lines changed

packages/eslint-config-airbnb/CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,11 @@
1+
17.1.0 / 2018-08-13
2+
==================
3+
- [new] add eslint v5 support
4+
- [minor] enable `label-has-associated-control` rule
5+
- [patch] re-enabling `jsx-one-expression-per-line` allowing single children, ignore DOM components on `jsx-no-bind`
6+
- [deps] update `eslint`, `eslint-config-airbnb-base`, `eslint-plugin-react`, `eslint-plugin-import`, `safe-publish-latest`, `eslint-plugin-jsx-a11y`, `eslint-find-rules`
7+
- [docs] fix readme typo (#1855)
8+
19
17.0.0 / 2018-06-21
210
==================
311
- [breaking] update `eslint-config-airbnb-base` to v13

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

0 commit comments

Comments
 (0)
0