Skip to content

Commit f092070

Browse files
renovate[bot]renovate-botbyCedric
authored
chore: update dependency eslint-config-prettier to v8 (conventional-changelog#2462)
* chore: update dependency eslint-config-prettier to v8 * chore: reconfigure eslint for prettier config v8 We need to do this for the breaking change mentioned in their changelog. See: https://github.com/prettier/eslint-config-prettier/blob/main/CHANGELOG.md#version-800-2021-02-21 Co-authored-by: Renovate Bot <[email protected]> Co-authored-by: Cedric van Putten <[email protected]>
1 parent 7b600db commit f092070

File tree

3 files changed

+6
-6
lines changed

3 files changed

+6
-6
lines changed

.eslintrc.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ module.exports = {
4242
extends: [
4343
'plugin:@typescript-eslint/eslint-recommended',
4444
'plugin:@typescript-eslint/recommended',
45-
'prettier/@typescript-eslint',
45+
'prettier',
4646
],
4747
rules: {
4848
'@typescript-eslint/no-unused-vars': 'off',

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -92,7 +92,7 @@
9292
"@typescript-eslint/parser": "^4.1.0",
9393
"docsify-cli": "^4.4.0",
9494
"eslint": "^7.0.0",
95-
"eslint-config-prettier": "^7.0.0",
95+
"eslint-config-prettier": "^8.0.0",
9696
"eslint-plugin-import": "^2.20.1",
9797
"eslint-plugin-jest": "^24.0.0",
9898
"husky": "^5.1.1",

yarn.lock

+4-4
Original file line numberDiff line numberDiff line change
@@ -4396,10 +4396,10 @@ escodegen@^1.14.1:
43964396
optionalDependencies:
43974397
source-map "~0.6.1"
43984398

4399-
eslint-config-prettier@^7.0.0:
4400-
version "7.2.0"
4401-
resolved "https://registry.npmjs.org/eslint-config-prettier/-/eslint-config-prettier-7.2.0.tgz#f4a4bd2832e810e8cc7c1411ec85b3e85c0c53f9"
4402-
integrity sha512-rV4Qu0C3nfJKPOAhFujFxB7RMP+URFyQqqOZW9DMRD7ZDTFyjaIlETU3xzHELt++4ugC0+Jm084HQYkkJe+Ivg==
4399+
eslint-config-prettier@^8.0.0:
4400+
version "8.0.0"
4401+
resolved "https://registry.npmjs.org/eslint-config-prettier/-/eslint-config-prettier-8.0.0.tgz#024d661444319686c588c8849c8da33815dbdb1c"
4402+
integrity sha512-5EaAVPsIHu+grmm5WKjxUia4yHgRrbkd8I0ffqUSwixCPMVBrbS97UnzlEY/Q7OWo584vgixefM0kJnUfo/VjA==
44034403

44044404
eslint-import-resolver-node@^0.3.4:
44054405
version "0.3.4"

0 commit comments

Comments
 (0)