From 01cda517f03cae34a089e603bc93707fb802d027 Mon Sep 17 00:00:00 2001 From: josojo Date: Thu, 4 Jan 2024 09:31:37 +0100 Subject: [PATCH] also lint test folder --- package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index cdd39ca2..23354058 100644 --- a/package.json +++ b/package.json @@ -26,8 +26,8 @@ "verify:ZkEVM:mainnet": "npx hardhat run deployment/verifyContracts.js --network mainnet", "deployApplications:backstopTestnet0": "npx hardhat run src/deployment/4_deployL1Applications.js --network sepolia && npx hardhat run src/deployment/5_deployL2Applications.js --network backstopTestnet0 && npx hardhat run src/deployment/6_chainInfoUpdate.js --network sepolia && npx hardhat run src/deployment/7_claimChainInfo.js --network backstopTestnet0", "compile": "npx hardhat compile", - "lintjs": "npx eslint ./src", - "lintjs:fix": "npx eslint ./src --fix", + "lintjs": "npx eslint ./src && npx eslint ./test", + "lintjs:fix": "npx eslint ./src --fix && npx eslint ./test --fix", "test": "npx hardhat test" }, "dependencies": {