Update eslint to the latest version 🚀 (#5412)

* chore(package): update eslint to version 5.15.1

* chore(package): update lockfile package-lock.json
This commit is contained in:
greenkeeper[bot]
2019-03-05 05:40:39 +00:00
committed by peril-parse-community[bot]
parent 378f8d28e1
commit a452488d61
2 changed files with 4 additions and 4 deletions

6
package-lock.json generated
View File

@@ -3081,9 +3081,9 @@
}
},
"eslint": {
"version": "5.15.0",
"resolved": "https://registry.npmjs.org/eslint/-/eslint-5.15.0.tgz",
"integrity": "sha512-xwG7SS5JLeqkiR3iOmVgtF8Y6xPdtr6AAsN6ph7Q6R/fv+3UlKYoika8SmNzmb35qdRF+RfTY35kMEdtbi+9wg==",
"version": "5.15.1",
"resolved": "https://registry.npmjs.org/eslint/-/eslint-5.15.1.tgz",
"integrity": "sha512-NTcm6vQ+PTgN3UBsALw5BMhgO6i5EpIjQF/Xb5tIh3sk9QhrFafujUOczGz4J24JBlzWclSB9Vmx8d+9Z6bFCg==",
"dev": true,
"requires": {
"@babel/code-frame": "^7.0.0",