From d95526b8ed97c8deae3c62118687ee0aec6f6aa1 Mon Sep 17 00:00:00 2001 From: Ramin Date: Tue, 2 Jul 2024 22:47:17 +0330 Subject: [PATCH] add eslint --- package.json | 15 +++++++++------ 1 file changed, 9 insertions(+), 6 deletions(-) diff --git a/package.json b/package.json index f62701e..573bffc 100644 --- a/package.json +++ b/package.json @@ -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", @@ -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" @@ -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"