UNPKG

@swimlane/eslint-config

Version:
8 lines (7 loc) 93 B
function hello(a) { if (a === 1) { return 'Earth'; } return 'World'; } hello(1);