Small style fixes

This commit is contained in:
Kirill Bulatov 2023-10-10 17:16:43 +03:00
parent 9bf22c56cd
commit 986a516bf1
4 changed files with 8 additions and 2 deletions

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",