Use prettier when checking for changes

This commit is contained in:
2024-02-22 19:32:36 -07:00
parent 19f324a1cf
commit 76ed63395c
4 changed files with 20 additions and 4 deletions

View File

@@ -17,7 +17,14 @@
"@graphql-codegen/typescript": "^4.0.1",
"@graphql-codegen/typescript-operations": "^4.0.1",
"@graphql-codegen/typescript-react-apollo": "^4.2.0",
"graphql": "^16.8.1"
"graphql": "^16.8.1",
"prettier": "^3.2.5",
"prettier-plugin-organize-imports": "^3.2.4"
},
"prettier": {
"plugins": [
"prettier-plugin-organize-imports"
]
},
"devDependencies": {
"typescript": "^4.x"