Add prettier config to phoenix projects.
parent
7849e3fcdd
commit
aa872f7a4f
|
@ -0,0 +1,7 @@
|
||||||
|
/** @type {import('prettier').Options} */
|
||||||
|
module.exports = {
|
||||||
|
arrowParens: "always",
|
||||||
|
semi: false,
|
||||||
|
tabWidth: 2,
|
||||||
|
trailingComma: "es5",
|
||||||
|
}
|
Loading…
Reference in New Issue