-
-
Notifications
You must be signed in to change notification settings - Fork 161
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Update Yarn, add cache to Github Actions, and fix action-format using…
… npm (#1556) * Update Yarn, add cache to Github Actions, and fix action-format using npm * Remove unused packages and sync * Fix corepack with setup-node * Fix lint issues
- Loading branch information
1 parent
114d600
commit 5e919a0
Showing
213 changed files
with
2,944 additions
and
4,211 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,5 @@ | ||
module.exports = { | ||
presets: [[require('@exercism/babel-preset-typescript'), { corejs: '3.37' }]], | ||
// eslint-disable-next-line @typescript-eslint/no-require-imports | ||
presets: [[require('@exercism/babel-preset-typescript'), { corejs: '3.38' }]], | ||
plugins: [], | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,5 @@ | ||
module.exports = { | ||
presets: [[require('@exercism/babel-preset-typescript'), { corejs: '3.37' }]], | ||
// eslint-disable-next-line @typescript-eslint/no-require-imports | ||
presets: [[require('@exercism/babel-preset-typescript'), { corejs: '3.38' }]], | ||
plugins: [], | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.