UNPKG

hardhat-log-remover

Version:

Remove Hardhat console.log imports and calls from Solidity source files

5 lines (4 loc) 151 B
export default { imports: /\n?(\s*)?import\s*['"]hardhat\/console.sol['"]\s*;/g, calls: /\n?((\s|\/)*)?console\s*\.\s*log\w*\s*\([^;]*\)\s*;/g, };