standard
Advanced tools
Comparing version 8.4.0 to 8.5.0
@@ -75,3 +75,4 @@ # Authors | ||
- sam (chenxsan@gmail.com) | ||
- Robin Whittleton (robin.whittleton@digital.cabinet-office.gov.uk) | ||
#### Generated by bin/update-authors.sh. |
@@ -6,2 +6,7 @@ # Change Log | ||
## 8.5.0 - 2016-10-25 | ||
- Update ESLint from 3.7.x to 3.8.x. | ||
- 2 additional rules are now fixable with `standard --fix`! | ||
## 8.4.0 - 2016-10-10 | ||
@@ -8,0 +13,0 @@ |
{ | ||
"name": "standard", | ||
"description": "JavaScript Standard Style", | ||
"version": "8.4.0", | ||
"version": "8.5.0", | ||
"author": { | ||
@@ -15,6 +15,6 @@ "email": "feross@feross.org", | ||
"dependencies": { | ||
"eslint": "~3.7.1", | ||
"eslint-config-standard": "6.2.0", | ||
"eslint": "~3.8.1", | ||
"eslint-config-standard": "6.2.1", | ||
"eslint-config-standard-jsx": "3.2.0", | ||
"eslint-plugin-promise": "~3.0.0", | ||
"eslint-plugin-promise": "~3.3.0", | ||
"eslint-plugin-react": "~6.4.1", | ||
@@ -21,0 +21,0 @@ "eslint-plugin-standard": "~2.0.1", |
<h1 align="center"> | ||
<a href="http://standardjs.com"><img src="https://cdn.rawgit.com/feross/standard/master/sticker.svg" alt="JavaScript Style Guide - JavaScript Standard Style" width="200"></a> | ||
<a href="http://standardjs.com"><img src="https://cdn.rawgit.com/feross/standard/master/sticker.svg" alt="Standard - JavaScript Style Guide" width="200"></a> | ||
<br> | ||
@@ -168,12 +168,12 @@ JavaScript Standard Style | ||
[![JavaScript Style Guide](https://cdn.rawgit.com/feross/standard/master/badge.svg)](https://github.com/feross/standard) | ||
[![Standard - JavaScript Style Guide](https://cdn.rawgit.com/feross/standard/master/badge.svg)](https://github.com/feross/standard) | ||
```markdown | ||
[![JavaScript Style Guide](https://cdn.rawgit.com/feross/standard/master/badge.svg)](https://github.com/feross/standard) | ||
[![Standard - JavaScript Style Guide](https://cdn.rawgit.com/feross/standard/master/badge.svg)](https://github.com/feross/standard) | ||
``` | ||
[![JavaScript Style Guide](https://img.shields.io/badge/code%20style-standard-brightgreen.svg)](http://standardjs.com/) | ||
[![Standard - JavaScript Style Guide](https://img.shields.io/badge/code%20style-standard-brightgreen.svg)](http://standardjs.com/) | ||
```markdown | ||
[![JavaScript Style Guide](https://img.shields.io/badge/code%20style-standard-brightgreen.svg)](http://standardjs.com/) | ||
[![Standard - JavaScript Style Guide](https://img.shields.io/badge/code%20style-standard-brightgreen.svg)](http://standardjs.com/) | ||
``` | ||
@@ -439,2 +439,3 @@ | ||
"standard": { | ||
"parser": "babel-eslint", | ||
"plugins": [ | ||
@@ -441,0 +442,0 @@ "flowtype" |
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
68554
613
+ Addedeslint@3.8.1(transitive)
+ Addedeslint-config-standard@6.2.1(transitive)
+ Addedeslint-plugin-promise@3.3.2(transitive)
- Removedeslint@3.7.1(transitive)
- Removedeslint-config-standard@6.2.0(transitive)
- Removedeslint-plugin-promise@3.0.0(transitive)
Updatedeslint@~3.8.1
Updatedeslint-config-standard@6.2.1
Updatedeslint-plugin-promise@~3.3.0