Add default prettier configuration.

pull/12/head
Joshua Potter 2023-12-03 11:20:21 -07:00
parent e51eeea19f
commit 9d18552218
1 changed files with 7 additions and 0 deletions

View File

@ -0,0 +1,7 @@
/** @type {import('prettier').Options} */
module.exports = {
arrowParens: "always",
semi: false,
tabWidth: 2,
trailingComma: "es5",
}