Specify specific prettier version (#186)

* Add explicit prettier version

* Update CONTRIBUTING.md

* Add .prettierrc.json file to ensure we always use es5 trailing commas
This commit is contained in:
Chris Weaver
2023-07-16 12:52:28 -07:00
committed by GitHub
parent 4b699fdab3
commit 9252807a51
3 changed files with 8 additions and 2 deletions

3
web/.prettierrc.json Normal file
View File

@@ -0,0 +1,3 @@
{
"trailingComma": "es5"
}

View File

@@ -30,5 +30,8 @@
"tailwindcss": "^3.3.1",
"typescript": "5.0.3",
"yup": "^1.1.1"
},
"devDependencies": {
"prettier": "2.8.8"
}
}