eslint-plugin-jsx-a11y
Advanced tools
Comparing version 1.0.2 to 1.0.3
@@ -0,1 +1,11 @@ | ||
1.0.3 / 2016-04-25 | ||
================== | ||
- [fix] Fix typo in recommended rules for `onclick-has-focus`. | ||
1.0.2 / 2016-04-20 | ||
================== | ||
- [fix] Add expression value handler for `ThisExpression` type. | ||
1.0.1 / 2016-04-19 | ||
@@ -2,0 +12,0 @@ ================== |
@@ -41,3 +41,3 @@ 'use strict'; | ||
'jsx-a11y/no-onchange': 2, | ||
'jsx-a11y/onclick-hs-focus': 2, | ||
'jsx-a11y/onclick-has-focus': 2, | ||
'jsx-a11y/onclick-has-role': 2, | ||
@@ -44,0 +44,0 @@ 'jsx-a11y/role-has-required-aria-props': 2, |
{ | ||
"name": "eslint-plugin-jsx-a11y", | ||
"version": "1.0.2", | ||
"version": "1.0.3", | ||
"description": "A static analysis linter of jsx and their accessibility with screen readers.", | ||
@@ -5,0 +5,0 @@ "keywords": [ |
@@ -18,3 +18,3 @@ <p align="center"> | ||
<a href='https://npmjs.org/package/eslint-plugin-jsx-a11y'> | ||
<img src='https://img.shields.io/npm/dt/eslint-plugin-jsx-a11y.svg?maxAge=2592000' | ||
<img src='https://img.shields.io/npm/dt/eslint-plugin-jsx-a11y.svg' | ||
alt='Total npm downloads' /> | ||
@@ -21,0 +21,0 @@ </a> |
@@ -41,3 +41,3 @@ 'use strict'; | ||
'jsx-a11y/no-onchange': 2, | ||
'jsx-a11y/onclick-hs-focus': 2, | ||
'jsx-a11y/onclick-has-focus': 2, | ||
'jsx-a11y/onclick-has-role': 2, | ||
@@ -44,0 +44,0 @@ 'jsx-a11y/role-has-required-aria-props': 2, |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
318870