Merge pull request #87 from brianlovin/depfu/update/npm/eslint-config-prettier-3.6.0

Update eslint-config-prettier: 3.5.0 → 3.6.0 (minor)
This commit is contained in:
Brian Lovin 2019-01-22 09:00:59 -08:00 committed by GitHub
commit 3fd4ebdadb
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 4 additions and 4 deletions

6
package-lock.json generated
View file

@ -3765,9 +3765,9 @@
}
},
"eslint-config-prettier": {
"version": "3.5.0",
"resolved": "https://registry.npmjs.org/eslint-config-prettier/-/eslint-config-prettier-3.5.0.tgz",
"integrity": "sha512-LcZEoAY5lL3/H2NTFSeUl/z8X8oMea1IxLEIb5uDbRxPTdQeeT7oGpRWT6UwHXGcoRbYH0TZmfRsh8iXbpyW7A==",
"version": "3.6.0",
"resolved": "https://registry.npmjs.org/eslint-config-prettier/-/eslint-config-prettier-3.6.0.tgz",
"integrity": "sha512-ixJ4U3uTLXwJts4rmSVW/lMXjlGwCijhBJHk8iVqKKSifeI0qgFEfWl8L63isfc8Od7EiBALF6BX3jKLluf/jQ==",
"dev": true,
"requires": {
"get-stdin": "^6.0.0"

View file

@ -39,7 +39,7 @@
"cypress": "^3.1.4",
"eslint": "^5.12.0",
"eslint-config-airbnb": "^17.1.0",
"eslint-config-prettier": "^3.5.0",
"eslint-config-prettier": "^3.6.0",
"eslint-config-react-app": "^3.0.6",
"eslint-plugin-flowtype": "^3.2.1",
"eslint-plugin-import": "^2.14.0",