From a747f64407eeb244480001caa567a25b95469f42 Mon Sep 17 00:00:00 2001 From: ClaytonTDM Date: Wed, 9 Oct 2024 02:35:22 -0400 Subject: [PATCH] prettier fix Signed-off-by: ClaytonTDM --- .prettierrc | 17 +---------------- 1 file changed, 1 insertion(+), 16 deletions(-) diff --git a/.prettierrc b/.prettierrc index e9ab663..12c5f8d 100644 --- a/.prettierrc +++ b/.prettierrc @@ -4,32 +4,17 @@ "arrowParens": "always", "bracketSameLine": false, "bracketSpacing": true, - "configPath": "", - "disableLanguages": [], - "documentSelectors": [], "embeddedLanguageFormatting": "auto", - "enable": true, - "enableDebugLogs": false, "endOfLine": "lf", "experimentalTernaries": false, "htmlWhitespaceSensitivity": "css", - "ignorePath": ".prettierignore", "insertPragma": false, - "jsxBracketSameLine": false, - "jsxSingleQuote": false, - "packageManager": "pnpm", - "prettierPath": "", "printWidth": 80, "proseWrap": "preserve", "quoteProps": "as-needed", - "requireConfig": false, "requirePragma": false, - "resolveGlobalModules": false, "semi": true, "singleAttributePerLine": false, "singleQuote": false, - "trailingComma": "es5", - "useEditorConfig": true, - "vueIndentScriptAndStyle": false, - "withNodeModules": false + "trailingComma": "es5" }