zaproxy / community-scripts

A collection of ZAP scripts and tips provided by the community - pull requests very welcome!
Apache License 2.0
761 stars 235 forks source link

Format JS scripts with Prettier #441

Closed ricekot closed 3 months ago

ricekot commented 3 months ago

Format all JS scripts with Prettier via the Spotless Gradle plugin.

The dependency on npm to run prettier is fulfilled via the gradle-node-plugin.

Part of #170.

thc202 commented 3 months ago

Thank you!