UNPKG

@solidstate/hardhat-log-remover

Version:

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

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