Commit d7b6b2fc authored by Maurelian's avatar Maurelian Committed by Kelvin Fichter

fix: Add lint-staged dep to all ts packages

parent cee2a464
...@@ -13,7 +13,8 @@ ...@@ -13,7 +13,8 @@
"test:integration": "hardhat --network optimism test", "test:integration": "hardhat --network optimism test",
"test:integration:live": "NO_NETWORK=true IS_LIVE_NETWORK=true hardhat --network optimism test", "test:integration:live": "NO_NETWORK=true IS_LIVE_NETWORK=true hardhat --network optimism test",
"test:sync": "hardhat --network optimism test sync-tests/*.spec.ts --no-compile", "test:sync": "hardhat --network optimism test sync-tests/*.spec.ts --no-compile",
"clean": "rimraf cache artifacts" "clean": "rimraf cache artifacts",
"pre-commit": "lint-staged"
}, },
"devDependencies": { "devDependencies": {
"@eth-optimism/contracts": "^0.4.14", "@eth-optimism/contracts": "^0.4.14",
...@@ -52,6 +53,7 @@ ...@@ -52,6 +53,7 @@
"mocha": "^8.4.0", "mocha": "^8.4.0",
"rimraf": "^3.0.2", "rimraf": "^3.0.2",
"shelljs": "^0.8.4", "shelljs": "^0.8.4",
"typescript": "^4.3.5" "typescript": "^4.3.5",
"lint-staged": "11.0.0"
} }
} }
...@@ -42,7 +42,8 @@ ...@@ -42,7 +42,8 @@
"prettier": "^2.3.1", "prettier": "^2.3.1",
"supertest": "^6.1.4", "supertest": "^6.1.4",
"ts-mocha": "^8.0.0", "ts-mocha": "^8.0.0",
"typescript": "^4.3.5" "typescript": "^4.3.5",
"lint-staged": "11.0.0"
}, },
"dependencies": { "dependencies": {
"@sentry/node": "^6.3.1", "@sentry/node": "^6.3.1",
......
...@@ -30,6 +30,7 @@ ...@@ -30,6 +30,7 @@
"mocha": "^9.1.2", "mocha": "^9.1.2",
"node-fetch": "2.6.5", "node-fetch": "2.6.5",
"solc": "0.8.7-fixed", "solc": "0.8.7-fixed",
"ts-node": "^10.0.0" "ts-node": "^10.0.0",
"lint-staged": "11.0.0"
} }
} }
...@@ -36,6 +36,7 @@ ...@@ -36,6 +36,7 @@
"express": "^4.17.1", "express": "^4.17.1",
"express-prom-bundle": "^6.3.6", "express-prom-bundle": "^6.3.6",
"node-cron": "^3.0.0", "node-cron": "^3.0.0",
"prom-client": "^13.1.0" "prom-client": "^13.1.0",
"lint-staged": "11.0.0"
} }
} }
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment