Skip to content

Commit 24b8f35

Browse files
committed
[eslint config] v13.0.0
1 parent 3e65675 commit 24b8f35

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+
13.0.0 / 2016-11-06
2+
==================
3+
- [breaking] Enable `import/no-webpack-loader-syntax` rule (#1123)
4+
- [patch] `class-methods-use-this`: exempt React `getChildContext` (#1094)
5+
- [patch] set `react/no-unused-prop-types` skipShapeProps (#1099)
6+
- [deps] [breaking] update `eslint`, `eslint-config-airbnb-base`, `eslint-plugin-jsx-a11y`, `eslint-plugin-react`, `eslint-plugin-import`
7+
- [dev deps] update `babel-preset-airbnb`, `eslint`, `eslint-find-rules`, `tape`, `safe-publish-latest`
8+
- [Tests] on `node` `v7`
9+
- [docs] ensure latest version of config is installed (#1121)
10+
111
12.0.0 / 2016-09-24
212
==================
313
- [breaking] Enable react rules: `react/no-unescaped-entities`, `react/no-children-prop`

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

0 commit comments

Comments
 (0)