hyperledger / fabric-gateway

Go, Node and Java client API for Hyperledger Fabric v2.4+
https://hyperledger.github.io/fabric-gateway/
Apache License 2.0
150 stars 87 forks source link

User Prettier instead of ESLint for Node formatting #669

Closed bestbeforetoday closed 7 months ago

bestbeforetoday commented 7 months ago

Previously ESLint was used for both linting checks and code formatting. Current versions of ESLint recommend against using ESLint formatting rules and instead to use a dedicated formatter.

Closes #658