Skip to content

Commit 9ffadff

Browse files
committed
[eslint config] v10.0.0
1 parent a1edac3 commit 9ffadff

File tree

2 files changed

+35
-1
lines changed

2 files changed

+35
-1
lines changed

packages/eslint-config-airbnb/CHANGELOG.md

Lines changed: 34 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,37 @@
1+
10.0.0 / 2016-08-01
2+
==================
3+
- [breaking] enable jsx-a11y rules:
4+
- `jsx-a11y/heading-has-content`
5+
- `jsx-a11y/html-has-lang`
6+
- `jsx-a11y/lang`
7+
- `jsx-a11y/no-marquee`
8+
- `jsx-a11y/scope`
9+
- `jsx-a11y/href-no-hash`
10+
- `jsx-a11y/label-has-for`
11+
- [breaking] enable aria rules:
12+
- `jsx-a11y/aria-props`
13+
- `jsx-a11y/aria-proptypes`
14+
- `jsx-a11y/aria-unsupported-elements`
15+
- `jsx-a11y/role-has-required-aria-props`
16+
- `jsx-a11y/role-supports-aria-props`
17+
- [breaking] enable react rules:
18+
- `react/jsx-filename-extension`
19+
- `react/jsx-no-comment-textnodes`
20+
- `react/jsx-no-target-blank`
21+
- `react/require-extension`
22+
- `react/no-render-return-value`
23+
- `react/no-find-dom-node`
24+
- `react/no-deprecated`
25+
- [deps] [breaking] update `eslint` to v3, `eslint-config-airbnb-base` to v5, `eslint-find-rules`, `eslint-plugin-import`, `eslint-plugin-jsx-a11y` to v2, `eslint-plugin-react` to v6, `tape`. drop node < 4 support.
26+
- [deps] update `eslint-config-airbnb-base`, `eslint-plugin-react`, `eslint-plugin-import`, `eslint-plugin-jsx-a11y`, `babel-tape-runner`, add `babel-preset-airbnb`. ensure react is `>=` 0.13.0
27+
- [patch] loosen `jsx-pascal-case` rule to allow all caps component names
28+
- [tests] stop testing < node 4
29+
- [tests] use `in-publish` because coffeescript screwed up the prepublish script for everyone
30+
- [tests] Only run `eslint-find-rules` on prepublish, not in tests
31+
- [tests] Even though the base config may not be up to date in the main package, let’s `npm link` the base package into the main one for the sake of travis-ci tests
32+
- [docs] update the peer dep install command to dynamically look up the right version numbers when installing peer deps
33+
- add `safe-publish-latest` to `prepublish`
34+
135
9.0.1 / 2016-05-08
236
==================
337
- [patch] update `eslint-config-airbnb-base` to v3.0.1

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

0 commit comments

Comments
 (0)