From 1cc36bc73c15aaa3ae6bf38c7092c78b17d41d05 Mon Sep 17 00:00:00 2001 From: Saeed Dadkhah Date: Mon, 4 Mar 2024 14:48:51 +0330 Subject: [PATCH] update package.json --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 6cdcea9..524329e 100644 --- a/package.json +++ b/package.json @@ -16,7 +16,7 @@ "zilliqa" ], "scripts": { - "lint:fix": "prettier --write 'src/**/*.{js,ts}' 'test/**/*.{js,ts}' && tslint --fix --config tslint.json --project tsconfig.json", + "lint:fix": "prettier --write 'src/**/*.{js,ts}' 'test/**/*.{js,ts}' && eslint --fix -c .eslintrc.js --ext .ts src", "lint": "eslint -c .eslintrc.js --ext .ts src", "test": "mocha --exit --recursive 'test/**/*.test.ts' --exclude 'test/**/*.live.test.ts'", "test-all": "mocha --exit --recursive 'test/**/*.test.ts'",