Skip to content

Commit

Permalink
prettier fix
Browse files Browse the repository at this point in the history
Signed-off-by: ClaytonTDM <[email protected]>
  • Loading branch information
ClaytonTDM committed Oct 9, 2024
1 parent 10b6431 commit a747f64
Showing 1 changed file with 1 addition and 16 deletions.
17 changes: 1 addition & 16 deletions .prettierrc
Original file line number Diff line number Diff line change
Expand Up @@ -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"
}

0 comments on commit a747f64

Please sign in to comment.