Skip to content

Commit

Permalink
build(lint): fix linter - doesn't work after last prettier upgrade to…
Browse files Browse the repository at this point in the history
… v3.0.0

I ran `yarn up eslint-plugin-prettier --exact` to produce the diff of
this commit. I also ran `yarn lint` to verify that the linter works.

[skip ci]

Fixes #2727

Signed-off-by: Peter Somogyvari <[email protected]>
  • Loading branch information
petermetz committed Oct 4, 2023
1 parent 9e66850 commit 2ed3981
Show file tree
Hide file tree
Showing 9 changed files with 193 additions and 47 deletions.
2 changes: 1 addition & 1 deletion examples/cactus-example-electricity-trade/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@
"@typescript-eslint/parser": "4.33.0",
"eslint": "7.32.0",
"eslint-config-prettier": "8.10.0",
"eslint-plugin-prettier": "4.0.0",
"eslint-plugin-prettier": "5.0.0",
"prettier": "2.8.8"
}
}
2 changes: 1 addition & 1 deletion examples/cactus-example-tcs-huawei/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@
"@typescript-eslint/parser": "4.33.0",
"eslint": "7.32.0",
"eslint-config-prettier": "8.10.0",
"eslint-plugin-prettier": "4.0.0",
"eslint-plugin-prettier": "5.0.0",
"prettier": "2.8.8"
}
}
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -119,7 +119,7 @@
"eslint-config-standard": "16.0.3",
"eslint-plugin-import": "2.28.1",
"eslint-plugin-node": "11.1.0",
"eslint-plugin-prettier": "3.4.1",
"eslint-plugin-prettier": "5.0.0",
"eslint-plugin-promise": "5.2.0",
"eslint-plugin-standard": "5.0.0",
"fast-safe-stringify": "2.1.1",
Expand Down
2 changes: 1 addition & 1 deletion weaver/core/drivers/fabric-driver/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
"@typescript-eslint/parser": "5.62.0",
"dotenv": "8.6.0",
"eslint-config-prettier": "8.9.0",
"eslint-plugin-prettier": "3.4.1",
"eslint-plugin-prettier": "5.0.0",
"fabric-ca-client": "2.2.18",
"fabric-network": "2.2.18",
"level": "8.0.0",
Expand Down
2 changes: 1 addition & 1 deletion weaver/core/identity-management/iin-agent/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
"@typescript-eslint/parser": "3.10.1",
"dotenv": "8.6.0",
"eslint-config-prettier": "6.15.0",
"eslint-plugin-prettier": "3.4.1",
"eslint-plugin-prettier": "5.0.0",
"fabric-ca-client": "2.2.18",
"fabric-common": "2.2.18",
"fabric-network": "2.2.18"
Expand Down
2 changes: 1 addition & 1 deletion weaver/samples/fabric/fabric-cli/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@
"@typescript-eslint/parser": "4.33.0",
"eslint": "7.32.0",
"eslint-config-prettier": "8.10.0",
"eslint-plugin-prettier": "3.4.1",
"eslint-plugin-prettier": "5.0.0",
"google-protobuf": "3.21.2",
"jest": "29.6.2",
"pkg": "4.5.1",
Expand Down
2 changes: 1 addition & 1 deletion weaver/sdks/besu/node/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
"eslint-config-airbnb-base": "14.2.1",
"eslint-config-prettier": "6.15.0",
"eslint-plugin-import": "2.28.1",
"eslint-plugin-prettier": "3.4.1",
"eslint-plugin-prettier": "5.0.0",
"mocha": "5.2.0",
"nyc": "12.0.2",
"prettier": "2.8.8",
Expand Down
2 changes: 1 addition & 1 deletion weaver/sdks/fabric/interoperation-node-sdk/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@
"eslint-config-airbnb-base": "14.2.1",
"eslint-config-prettier": "8.10.0",
"eslint-plugin-import": "2.28.1",
"eslint-plugin-prettier": "3.4.1",
"eslint-plugin-prettier": "5.0.0",
"mocha": "5.2.0",
"nyc": "12.0.2",
"prettier": "2.8.8",
Expand Down
Loading

0 comments on commit 2ed3981

Please sign in to comment.