Merge pull request #301 from brianlovin/dependabot/npm_and_yarn/eslint-config-prettier-6.2.0

Bump eslint-config-prettier from 6.1.0 to 6.2.0
This commit is contained in:
Brian Lovin 2019-09-07 10:13:46 -04:00 committed by GitHub
commit 8b6969bfe5
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

@ -5377,9 +5377,9 @@
}
},
"eslint-config-prettier": {
"version": "6.1.0",
"resolved": "https://registry.npmjs.org/eslint-config-prettier/-/eslint-config-prettier-6.1.0.tgz",
"integrity": "sha512-k9fny9sPjIBQ2ftFTesJV21Rg4R/7a7t7LCtZVrYQiHEp8Nnuk3EGaDmsKSAnsPj0BYcgB2zxzHa2NTkIxcOLg==",
"version": "6.2.0",
"resolved": "https://registry.npmjs.org/eslint-config-prettier/-/eslint-config-prettier-6.2.0.tgz",
"integrity": "sha512-VLsgK/D+S/FEsda7Um1+N8FThec6LqE3vhcMyp8mlmto97y3fGf3DX7byJexGuOb1QY0Z/zz222U5t+xSfcZDQ==",
"dev": true,
"requires": {
"get-stdin": "^6.0.0"

View file

@ -42,7 +42,7 @@
"cypress": "^3.4.1",
"eslint": "^6.2.2",
"eslint-config-airbnb": "^18.0.1",
"eslint-config-prettier": "^6.1.0",
"eslint-config-prettier": "^6.2.0",
"eslint-config-react-app": "^5.0.1",
"eslint-plugin-flowtype": "^4.3.0",
"eslint-plugin-import": "^2.18.2",