pa11y-lint-config
Advanced tools
Comparing version 1.2.0 to 1.2.1
# Changelog | ||
## 1.2.1 (2017-10-03) | ||
* Fix space-before-function-paren for async functions | ||
## 1.2.0 (2017-08-29) | ||
@@ -5,0 +9,0 @@ |
@@ -376,3 +376,7 @@ 'use strict'; | ||
'error', | ||
'never' | ||
{ | ||
anonymous: 'never', | ||
named: 'never', | ||
asyncArrow: 'always' | ||
} | ||
], | ||
@@ -379,0 +383,0 @@ 'space-in-parens': [ |
{ | ||
"name": "pa11y-lint-config", | ||
"version": "1.2.0", | ||
"version": "1.2.1", | ||
"description": "Linter configurations for Pa11y projects", | ||
@@ -5,0 +5,0 @@ "keywords": [], |
@@ -80,3 +80,3 @@ | ||
[eslint]: http://eslint.org/ | ||
[issues]: https://github.com/pa11y/lint-config/issues | ||
[issues]: https://github.com/pa11y/pa11y-lint-config/issues | ||
[node.js]: https://nodejs.org/ | ||
@@ -87,5 +87,5 @@ [twitter]: https://twitter.com/pa11yorg | ||
[info-npm]: https://www.npmjs.com/package/pa11y-ci | ||
[info-build]: https://travis-ci.org/pa11y/lint-config | ||
[info-build]: https://travis-ci.org/pa11y/pa11y-lint-config | ||
[shield-license]: https://img.shields.io/badge/license-LGPL%203.0-blue.svg | ||
[shield-npm]: https://img.shields.io/npm/v/pa11y-lint-config.svg | ||
[shield-build]: https://img.shields.io/travis/pa11y/lint-config/master.svg | ||
[shield-build]: https://img.shields.io/travis/pa11y/pa11y-lint-config/master.svg |
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
40298
1258