Skip to content

Commit

Permalink
Lint: add import/no-unresolved exclussion get-stream
Browse files Browse the repository at this point in the history
  • Loading branch information
bershanskiy committed Oct 28, 2023
1 parent 4a2040f commit 62d6ae5
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .eslintrc.js
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,10 @@ config.overrides.push({
}],
'import/no-duplicates': 'error',
'import/no-unresolved': ['error', {
ignore: ['^malevic\/'],
ignore: [
'^malevic\/',
'get-stream',
],
}],
'import/no-restricted-paths': ['error', {
zones: [{
Expand Down

0 comments on commit 62d6ae5

Please sign in to comment.