Skip to content

Commit d9ad5ac

Browse files
authored
Merge branch 'main' into jk/feat/cmd-enter-run-block
2 parents 0d99c0d + 9c81863 commit d9ad5ac

39 files changed

+2712
-119
lines changed

.eslintrc.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@ module.exports = {
7474
'import/no-unresolved': [
7575
'error',
7676
{
77-
ignore: ['monaco-editor', 'vscode']
77+
ignore: ['monaco-editor', 'vscode', 'react-error-boundary']
7878
}
7979
],
8080
'import/prefer-default-export': 'off',

.nvmrc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
22.15.1
1+
22.21.0

0 commit comments

Comments
 (0)