monorepo: delete dead solidity linter
`forge fmt` is used by the repo now instead of prettier for linting the solidity code. We should delete dead deps that are not used.
Showing
... | ... | @@ -69,7 +69,6 @@ |
"nyc": "^15.1.0", | ||
"patch-package": "^8.0.0", | ||
"prettier": "^2.8.0", | ||
"prettier-plugin-solidity": "^1.2.0", | ||
"rimraf": "^5.0.5", | ||
"ts-mocha": "^10.0.0", | ||
"typescript": "^5.2.2", | ||
... | ... |
Please register or sign in to comment