diff --git a/bin/show_survey.js b/bin/show_survey.js index 96568679de..3dd2b2e59e 100755 --- a/bin/show_survey.js +++ b/bin/show_survey.js @@ -1,3 +1,4 @@ #!/usr/bin/env node -console.log('\t 👋 Hey there! Thanks for installing Nightwatch. \n\n\tPlease let us know what features you\'d like to see \n\tin Nightwatch v2.0 by taking this quick survey: \n\n\t\thttps://forms.gle/zBhbjdsDE77hTHSB7\n'); \ No newline at end of file +// eslint-disable-next-line +console.log('\t 👋 Hey there! Thanks for installing Nightwatch. \n\n\tPlease let us know what features you\'d like to see \n\tin Nightwatch v2.0 by taking this quick survey: \n\n\t\thttps://forms.gle/zBhbjdsDE77hTHSB7\n');