Pull in prettier

We should keep ourselves honest, of course :)
This commit is contained in:
Michael Wolf
2020-08-12 14:01:59 -05:00
parent b5a68d9a5e
commit 3c7857184d
2 changed files with 41 additions and 0 deletions

11
package.json Normal file
View File

@@ -0,0 +1,11 @@
{
"devDependencies": {
"add": "^2.0.6",
"prettier": "^2.0.5",
"prettier-plugin-sh": "^0.5.0",
"yarn": "^1.22.4"
},
"prettier": {
"tabWidth": 4
}
}