mirror of
https://github.com/open-webui/docs.git
synced 2025-12-12 07:29:49 +07:00
Switch to ts and ESM configs
This commit is contained in:
15
.prettierrc.mjs
Normal file
15
.prettierrc.mjs
Normal file
@@ -0,0 +1,15 @@
|
||||
// .prettierrc.mjs
|
||||
/** @type {import("prettier").Config} */
|
||||
export default {
|
||||
plugins: ["prettier-plugin-tailwindcss"],
|
||||
trailingComma: "es5",
|
||||
tabWidth: 2,
|
||||
useTabs: true,
|
||||
singleQuote: false,
|
||||
semi: true,
|
||||
bracketSameLine: false,
|
||||
bracketSpacing: true,
|
||||
jsxSingleQuote: false,
|
||||
quoteProps: "as-needed",
|
||||
endOfLine: "lf",
|
||||
};
|
||||
Reference in New Issue
Block a user