-
Notifications
You must be signed in to change notification settings - Fork 10.2k
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
Update ESLint to version 7 #11890
Update ESLint to version 7 #11890
Conversation
Please see https://eslint.org/blog/2020/05/eslint-v7.0.0-released for a list of notable changes.
…se-isnan` rule These changes were made possible by ESLint version 7, and neither of these rules required any code changes. Please find additional details about the ESLint rules at https://eslint.org/docs/rules/default-case-last and https://eslint.org/docs/rules/use-isnan
/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/567ac47f5c22cdb/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/74c4e134d328409/output.txt |
From: Bot.io (Linux m4)SuccessFull output at http://54.67.70.0:8877/567ac47f5c22cdb/output.txt Total script time: 1.99 mins
|
From: Bot.io (Windows)SuccessFull output at http://54.215.176.217:8877/74c4e134d328409/output.txt Total script time: 2.57 mins
|
/botio unittest |
From: Bot.io (Linux m4)ReceivedCommand cmd_unittest from @Snuffleupagus received. Current queue size: 0 Live output at: http://54.67.70.0:8877/560a73368b425cc/output.txt |
From: Bot.io (Windows)ReceivedCommand cmd_unittest from @Snuffleupagus received. Current queue size: 0 Live output at: http://54.215.176.217:8877/7133b89b35118a8/output.txt |
From: Bot.io (Linux m4)SuccessFull output at http://54.67.70.0:8877/560a73368b425cc/output.txt Total script time: 3.62 mins
|
From: Bot.io (Windows)SuccessFull output at http://54.215.176.217:8877/7133b89b35118a8/output.txt Total script time: 4.58 mins
|
Thank you for updating this! |
Update ESLint to version 7
Please see https://eslint.org/blog/2020/05/eslint-v7.0.0-released for a list of notable changes.
Enable the ESLint
default-case-last
rule, and tweak the existinguse-isnan
ruleThese changes were made possible by ESLint version 7, and neither of these rules required any code changes.
Please find additional details about the ESLint rules at https://eslint.org/docs/rules/default-case-last and https://eslint.org/docs/rules/use-isnan