Skip to content

Commit

Permalink
new endpoints and clean up linting
Browse files Browse the repository at this point in the history
  • Loading branch information
Defi-Moses committed Sep 19, 2024
1 parent 982c619 commit e8e6745
Show file tree
Hide file tree
Showing 8 changed files with 1,181 additions and 786 deletions.
3 changes: 3 additions & 0 deletions packages/rfq-indexer/api/..prettierrc.js
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
module.exports = {
...require('../../../.prettierrc.js'),
}
3 changes: 3 additions & 0 deletions packages/rfq-indexer/api/.eslintrc.js
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
module.exports = {
extends: '../../../.eslintrc.js',
}
6 changes: 3 additions & 3 deletions packages/rfq-indexer/api/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,16 +27,16 @@
"@graphql-tools/schema": "^10.0.6",
"@types/express": "^4.17.21",
"@types/node": "^22.5.4",
"dotenv-cli": "^7.4.2",
"express": "^4.21.0",
"graphql": "^16.9.0",
"graphql-yoga": "^5.7.0",
"kysely": "^0.27.4",
"pg": "^8.12.0",
"ts-node": "^10.9.2",
"typescript": "^5.6.2",
"viem": "^2.21.6",
"tsx": "^4.19.1",
"dotenv-cli": "^7.4.2"
"typescript": "^5.6.2",
"viem": "^2.21.6"
},
"engines": {
"node": ">=18.17"
Expand Down
Loading

0 comments on commit e8e6745

Please sign in to comment.