UNPKG

@swimlane/eslint-config

Version:
7 lines (5 loc) 73 B
function sum(a, b) { var z = a + b; return z + 'hello'; } sum(1, 2);