build: bump Prettier

This commit is contained in:
Harsh Shandilya 2021-08-26 11:26:29 +05:30
parent 80fec48ec9
commit 5cabbeeb10
No known key found for this signature in database
GPG key ID: 366D7BBAD1031E80

View file

@ -38,7 +38,7 @@ configure<com.diffplug.gradle.spotless.SpotlessExtension> {
format("xml") {
target("**/*.xml")
targetExclude("**/build/**", ".idea/**")
prettier(mapOf("prettier" to "2.0.5", "@prettier/plugin-xml" to "0.13.0"))
prettier(mapOf("prettier" to "2.3.2", "@prettier/plugin-xml" to "1.0.2"))
.config(mapOf("parser" to "xml", "tabWidth" to 2))
}
}