yeoman/generator-webapp

lint infinite loop.

erniehs-zz opened this issue ยท 2 comments

I have noticed when running the test server the lint goes into an infinite loop, perhaps it is related to this line below. we watch for a script change, and then lint and the linting process changes the script etc.

watch('test/spec/**/*.js', lintTest);

Hi @erniehs! Thanks for reporting it ๐Ÿ˜„

Do you want to fix it? I can help you with the PR if you need help ๐Ÿ‘

yes let me have a go at a simple PR for this. :)