Add default prettier configuration.
parent
e51eeea19f
commit
9d18552218
|
@ -0,0 +1,7 @@
|
|||
/** @type {import('prettier').Options} */
|
||||
module.exports = {
|
||||
arrowParens: "always",
|
||||
semi: false,
|
||||
tabWidth: 2,
|
||||
trailingComma: "es5",
|
||||
}
|
Loading…
Reference in New Issue