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

Update dependency eslint-config-prettier to v6.13.0
This commit is contained in:
binaryify 2020-10-17 18:20:26 +08:00 committed by GitHub
commit 0ca29afda6
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

@ -1377,9 +1377,9 @@
}
},
"eslint-config-prettier": {
"version": "6.12.0",
"resolved": "https://registry.npmjs.org/eslint-config-prettier/-/eslint-config-prettier-6.12.0.tgz",
"integrity": "sha512-9jWPlFlgNwRUYVoujvWTQ1aMO8o6648r+K7qU7K5Jmkbyqav1fuEZC0COYpGBxyiAJb65Ra9hrmFx19xRGwXWw==",
"version": "6.13.0",
"resolved": "https://registry.npmjs.org/eslint-config-prettier/-/eslint-config-prettier-6.13.0.tgz",
"integrity": "sha512-LcT0i0LSmnzqK2t764pyIt7kKH2AuuqKRTtJTdddWxOiUja9HdG5GXBVF2gmCTvVYWVsTu8J2MhJLVGRh+pj8w==",
"dev": true,
"requires": {
"get-stdin": "^6.0.0"

View File

@ -51,7 +51,7 @@
"@typescript-eslint/eslint-plugin": "4.4.1",
"@typescript-eslint/parser": "4.4.1",
"eslint": "7.11.0",
"eslint-config-prettier": "6.12.0",
"eslint-config-prettier": "6.13.0",
"eslint-plugin-html": "6.0.3",
"eslint-plugin-prettier": "3.1.4",
"husky": "4.2.5",