-
Notifications
You must be signed in to change notification settings - Fork 10.1k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Enable the ESLint no-var
rule in the src/shared/
folder
#12436
Conversation
/botio lint |
From: Bot.io (Linux m4)ReceivedCommand cmd_lint from @Snuffleupagus received. Current queue size: 0 Live output at: http://54.67.70.0:8877/6f94d6734dec2b8/output.txt |
From: Bot.io (Windows)ReceivedCommand cmd_lint from @Snuffleupagus received. Current queue size: 0 Live output at: http://54.215.176.217:8877/866b680b705df89/output.txt |
From: Bot.io (Linux m4)SuccessFull output at http://54.67.70.0:8877/6f94d6734dec2b8/output.txt Total script time: 2.18 mins
|
From: Bot.io (Windows)SuccessFull output at http://54.215.176.217:8877/866b680b705df89/output.txt Total script time: 2.87 mins
|
Previously this rule has been enabled in the `web/` folder, and in select files in the `src/` sub-folders. In this case, enabling of this rule didn't actually require any further code changes. Please find additional details about the ESLint rule at https://eslint.org/docs/rules/no-var
199ab75
to
2a7d155
Compare
/botio lint |
From: Bot.io (Windows)ReceivedCommand cmd_lint from @timvandermeij received. Current queue size: 1 Live output at: http://54.215.176.217:8877/266b0f35ee2bcba/output.txt |
From: Bot.io (Linux m4)ReceivedCommand cmd_lint from @timvandermeij received. Current queue size: 0 Live output at: http://54.67.70.0:8877/01405188dd7ad42/output.txt |
From: Bot.io (Linux m4)SuccessFull output at http://54.67.70.0:8877/01405188dd7ad42/output.txt Total script time: 2.26 mins
|
From: Bot.io (Windows)SuccessFull output at http://54.215.176.217:8877/266b0f35ee2bcba/output.txt Total script time: 2.84 mins
|
Thanks! |
Previously this rule has been enabled in the
web/
folder, and in select files in thesrc/
sub-folders.In this case, enabling of this rule didn't actually require any further code changes.
Please find additional details about the ESLint rule at https://eslint.org/docs/rules/no-var