mirror of
https://github.com/msfjarvis/compose-lobsters
synced 2025-08-14 16:27:06 +05:30
build: bump Prettier
This commit is contained in:
parent
80fec48ec9
commit
5cabbeeb10
1 changed files with 1 additions and 1 deletions
|
@ -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))
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue