Update JS dependencies, adjust eslint config (#17904)
- Update all JS dependencies to latest versions - Add new lint rules, enable es2022 eslint parser features - Disable github/no-then, I feel the rule was too restricting
This commit is contained in:
parent
c7c723c548
commit
f7094c8161
9 changed files with 1490 additions and 1252 deletions
|
@ -80,5 +80,5 @@ async function main() {
|
|||
]);
|
||||
}
|
||||
|
||||
main().then(exit).catch(exit); // eslint-disable-line github/no-then
|
||||
main().then(exit).catch(exit);
|
||||
|
||||
|
|
|
@ -54,5 +54,5 @@ async function main() {
|
|||
]);
|
||||
}
|
||||
|
||||
main().then(exit).catch(exit); // eslint-disable-line github/no-then
|
||||
main().then(exit).catch(exit);
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue