chore: config vscode eslint
This commit is contained in:
20
ui/.prettierrc.cjs
Normal file
20
ui/.prettierrc.cjs
Normal file
@@ -0,0 +1,20 @@
|
||||
/**
|
||||
* @type {import("prettier").Config}
|
||||
*/
|
||||
module.exports = {
|
||||
arrowParens: "always",
|
||||
bracketSpacing: true,
|
||||
editorconfig: true,
|
||||
htmlWhitespaceSensitivity: "ignore",
|
||||
jsxSingleQuote: false,
|
||||
endOfLine: "crlf",
|
||||
printWidth: 160,
|
||||
proseWrap: "preserve",
|
||||
quoteProps: "as-needed",
|
||||
semi: true,
|
||||
singleQuote: false,
|
||||
tabs: false,
|
||||
tabWidth: 2,
|
||||
trailingComma: "es5",
|
||||
useTabs: false,
|
||||
};
|
||||
Reference in New Issue
Block a user