Skip to content

Commit cae920f

Browse files
committed
[eslint config] v17.0.0
1 parent d14ed5d commit cae920f

File tree

2 files changed

+20
-1
lines changed

2 files changed

+20
-1
lines changed

packages/eslint-config-airbnb/CHANGELOG.md

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,22 @@
1+
17.0.0 / 2018-06-21
2+
==================
3+
- [breaking] update `eslint-config-airbnb-base` to v13
4+
- [breaking] enable `no-useless-path-segments` (#1743)
5+
- [breaking] update `eslint-plugin-react` to `v7.6`; update rule configs (#1737)
6+
- [breaking] bump react pragma to v16; update `class-methods-use-this`'s `exceptMethods` to include `componentDidCatch` (#1704)
7+
- [new] Adds config entry point with only whitespace rules enabled (#1749, #1751)
8+
- [patch] set `forbid-foreign-prop-types` to "warn"
9+
- [patch] Add new methods introduced in react@16.3 (#1831)
10+
- [patch] `label-has-for`: Remove redundant component (#1802)
11+
- [patch] Add 'to' as a specialLink to the 'anchor-is-valid' a11y rule (#1648)
12+
- [patch] disable `no-did-mount-set-state`, since it’s necessary for server-rendering.
13+
- [deps] update `eslint`, `eslint-plugin-react`, `eslint-plugin-import`,
14+
- [dev deps] update `babel-preset-airbnb`, `tape`, `eslint-find-rules`
15+
- [meta] add ES2015-2018 in npm package keywords (#1587)
16+
- [meta] Add licenses to sub packages (#1746)
17+
- [docs] add `npx` shortcut (#1694)
18+
- [docs] Use HTTPS for links to ESLint documentation (#1628)
19+
120
16.1.0 / 2017-10-16
221
==================
322
- [deps] update `eslint-config-airbnb-base`, `eslint` to v4.9

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

0 commit comments

Comments
 (0)