Skip to content

Commit 91c6b46

Browse files
jessebeachbeefancohen
authored andcommitted
Removed v2 for peer dependency ESLint
1 parent a146175 commit 91c6b46

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22
=================
33
- [new] Add rule `anchor-is-valid`. See documentation for configuration options. Thanks @AlmeroSteyn.
44
- [breaking] `href-no-hash` replaced with `anchor-is-valid` in the recommended and strict configs. Use the `invalidHref` aspect (active by default) in `anchor-is-valid` to continue to apply the behavior provided by `href-no-hash`.
5+
- [breaking] Removed support for ESLint peer dependency at version ^2.10.2.
56
- [update] The rule `label-has-for` now allows inputs nested in label tags. Previously it was strict about requiring a `for` attribute. Thanks @ignatiusreza.
67
- [update] New configuration for `interactive-supports-focus`. Recommended and strict configs for now contain a trimmed-down whitelist of roles that will be checked.
78
- [fix] Incompatibility between node version 4 and 5. Thanks @evilebottnawi.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@
6666
"jsx-ast-utils": "^1.4.0"
6767
},
6868
"peerDependencies": {
69-
"eslint": "^2.10.2 || ^3 || ^4"
69+
"eslint": "^3 || ^4"
7070
},
7171
"jest": {
7272
"coverageReporters": [

0 commit comments

Comments
 (0)