Small style fixes

This commit is contained in:
Kirill Bulatov
2023-10-11 12:56:29 +03:00
parent 9bf22c56cd
commit 986a516bf1
4 changed files with 8 additions and 2 deletions
-1
View File
@@ -47,7 +47,6 @@ const PRETTIER_PACKAGE_NAME: &str = "prettier";
const TAILWIND_PRETTIER_PLUGIN_PACKAGE_NAME: &str = "prettier-plugin-tailwindcss";
impl Prettier {
// This was taken from the prettier-vscode extension.
pub const CONFIG_FILE_NAMES: &'static [&'static str] = &[
".prettierrc",
".prettierrc.json",