]> git.immae.eu Git - github/fretlink/pronto-hlint.git/blob - spec/fixtures/test.git/hello.js
Implement ESLint runner
[github/fretlink/pronto-hlint.git] / spec / fixtures / test.git / hello.js
1 function HelloWorld(name)
2 {
3 if (foo) foo++;
4 alert(name);
5 }