Files
would-reformat/package.json
Michael Wolf 3c7857184d Pull in prettier
We should keep ourselves honest, of course :)
2020-08-12 14:01:59 -05:00

12 lines
175 B
JSON

{
"devDependencies": {
"add": "^2.0.6",
"prettier": "^2.0.5",
"prettier-plugin-sh": "^0.5.0",
"yarn": "^1.22.4"
},
"prettier": {
"tabWidth": 4
}
}