Update prettier version (#3471)

Use latest to fix issues in #3376
This commit is contained in:
qwerty287
2024-03-08 14:57:34 +01:00
committed by GitHub
parent 67d7c860e1
commit 89c826f401
3 changed files with 4 additions and 4 deletions

View File

@@ -18,6 +18,6 @@
"baseUrl": ".",
"rootDir": "src",
"pretty": true,
"noEmit": false,
},
"noEmit": false
}
}