Use prettier when checking for changes
This commit is contained in:
@@ -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"
|
||||
|
Reference in New Issue
Block a user