feat(prettier): add prettier.config.mjs
This commit is contained in:
@@ -0,0 +1,13 @@
|
|||||||
|
/**
|
||||||
|
* @type {import("prettier").Config}
|
||||||
|
*/
|
||||||
|
export default {
|
||||||
|
semi: true,
|
||||||
|
tabWidth: 2,
|
||||||
|
useTabs: false,
|
||||||
|
printWidth: 80,
|
||||||
|
singleQuote: false,
|
||||||
|
arrowParens: "always",
|
||||||
|
trailingComma: "es5",
|
||||||
|
singleAttributePerLine: true,
|
||||||
|
};
|
||||||
Reference in New Issue
Block a user