mirror of
https://github.com/danswer-ai/danswer.git
synced 2025-09-19 20:24:32 +02:00
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:
3
web/.prettierrc.json
Normal file
3
web/.prettierrc.json
Normal file
@@ -0,0 +1,3 @@
|
||||
{
|
||||
"trailingComma": "es5"
|
||||
}
|
@@ -30,5 +30,8 @@
|
||||
"tailwindcss": "^3.3.1",
|
||||
"typescript": "5.0.3",
|
||||
"yup": "^1.1.1"
|
||||
},
|
||||
"devDependencies": {
|
||||
"prettier": "2.8.8"
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user