Merge pull request #945 from Binaryify/renovate/eslint-config-prettier-6.x

Update dependency eslint-config-prettier to v6.12.0
This commit is contained in:
binaryify 2020-09-26 07:38:08 +08:00 committed by GitHub
commit 0a7815fcb7
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
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",