We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5e67c4d commit ed9b5e2Copy full SHA for ed9b5e2
.eslintrc.js
@@ -74,7 +74,7 @@ module.exports = {
74
'import/no-unresolved': [
75
'error',
76
{
77
- ignore: ['monaco-editor', 'vscode']
+ ignore: ['monaco-editor', 'vscode', 'react-error-boundary']
78
}
79
],
80
'import/prefer-default-export': 'off',
0 commit comments