Skip to content

Commit

Permalink
allow imports from src/core/server/utils
Browse files Browse the repository at this point in the history
  • Loading branch information
mshustov committed Sep 1, 2020
1 parent a306e7c commit 1c8c429
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .eslintrc.js
Original file line number Diff line number Diff line change
Expand Up @@ -305,6 +305,8 @@ module.exports = {
'!src/core/server/mocks{,.ts}',
'!src/core/server/types{,.ts}',
'!src/core/server/test_utils{,.ts}',
'!src/core/server/utils', // ts alias
'!src/core/server/utils/**/*',
// for absolute imports until fixed in
// https://github.com/elastic/kibana/issues/36096
'!src/core/server/*.test.mocks{,.ts}',
Expand Down

0 comments on commit 1c8c429

Please sign in to comment.