Update dependency eslint-config-prettier to v6.12.0

This commit is contained in:
Renovate Bot 2020-09-25 18:48:37 +00:00
parent 4f90957090
commit d7a740ae10
No known key found for this signature in database
GPG Key ID: 81C63AE1C224182B
2 changed files with 6 additions and 6 deletions

10
package-lock.json generated
View File

@ -1488,9 +1488,9 @@
}
},
"eslint-config-prettier": {
"version": "6.11.0",
"resolved": "https://registry.npm.taobao.org/eslint-config-prettier/download/eslint-config-prettier-6.11.0.tgz",
"integrity": "sha1-9tIjjBKQ0ByFmotcH301KgsNqLE=",
"version": "6.12.0",
"resolved": "https://registry.npmjs.org/eslint-config-prettier/-/eslint-config-prettier-6.12.0.tgz",
"integrity": "sha512-9jWPlFlgNwRUYVoujvWTQ1aMO8o6648r+K7qU7K5Jmkbyqav1fuEZC0COYpGBxyiAJb65Ra9hrmFx19xRGwXWw==",
"dev": true,
"requires": {
"get-stdin": "^6.0.0"
@ -2036,8 +2036,8 @@
},
"get-stdin": {
"version": "6.0.0",
"resolved": "https://registry.npm.taobao.org/get-stdin/download/get-stdin-6.0.0.tgz",
"integrity": "sha1-ngm/cSs2CrkiXoEgSPcf3pyJZXs=",
"resolved": "https://registry.npmjs.org/get-stdin/-/get-stdin-6.0.0.tgz",
"integrity": "sha512-jp4tHawyV7+fkkSKyvjuLZswblUtz+SQKzSWnBbii16BuZksJlU1wuBYXY75r+duh/llF1ur6oNwi+2ZzjKZ7g==",
"dev": true
},
"get-stream": {

View File

@ -52,7 +52,7 @@
"@typescript-eslint/eslint-plugin": "4.1.1",
"@typescript-eslint/parser": "4.1.1",
"eslint": "7.9.0",
"eslint-config-prettier": "6.11.0",
"eslint-config-prettier": "6.12.0",
"eslint-plugin-html": "6.0.3",
"eslint-plugin-prettier": "3.1.4",
"husky": "4.2.5",