Skip to content

Commit

Permalink
add eslint
Browse files Browse the repository at this point in the history
  • Loading branch information
RamRamez committed Jul 2, 2024
1 parent 8087902 commit d95526b
Showing 1 changed file with 9 additions and 6 deletions.
15 changes: 9 additions & 6 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,7 @@
"dependencies": {
"@adminjs/express": "4.1.0",
"@adminjs/typeorm": "3.0.0",
"@solana/web3.js": "^1.87.6",
"@types/analytics-node": "^3.1.9",
"@types/bcryptjs": "^2.4.2",
"@types/cors": "^2.8.10",
Expand All @@ -57,7 +58,6 @@
"pg": "8.5.1",
"reflect-metadata": "0.1.13",
"segment-analytics-node": "^1.0.24",
"@solana/web3.js": "^1.87.6",
"swagger-ui-express": "4.3.0",
"tsoa": "3.14.1",
"typeorm": "0.3.6"
Expand All @@ -74,15 +74,18 @@
"@types/mocha": "^9.1.1",
"@types/node": "^16.11.10",
"@types/swagger-ui-express": "^4.1.3",
"@typescript-eslint/eslint-plugin": "5.20.0",
"@typescript-eslint/parser": "5.20.0",
"@typescript-eslint/eslint-plugin": "^7.15.0",
"@typescript-eslint/parser": "^7.15.0",
"chai": "^4.3.6",
"eslint": "8.10.0",
"eslint-config-prettier": "8.5.0",
"eslint": "^9.6.0",
"eslint-config-prettier": "^9.1.0",
"eslint-plugin-import": "^2.29.1",
"eslint-plugin-prettier": "^5.1.3",
"eslint-plugin-unused-imports": "^4.0.0",
"husky": "7.0.4",
"mocha": "9.2.2",
"pgtools": "^0.3.2",
"prettier": "2.5.1",
"prettier": "^3.3.2",
"ts-node": "10.9.1",
"ts-node-dev": "2.0.0",
"typescript": "^4.5.2"
Expand Down

0 comments on commit d95526b

Please sign in to comment.