Skip to content

Commit

Permalink
core cannot import xpack rule
Browse files Browse the repository at this point in the history
  • Loading branch information
mshustov committed Nov 28, 2019
1 parent 9aa512a commit b95ba6f
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .eslintrc.js
Original file line number Diff line number Diff line change
Expand Up @@ -350,6 +350,11 @@ module.exports = {
],
allowSameFolder: true,
},
{
target: ['src/core/**/*'],
from: ['x-pack/**/*'],
errorMessage: 'OSS cannot import x-pack files.',
},
{
target: ['src/core/**/*'],
from: [
Expand Down

0 comments on commit b95ba6f

Please sign in to comment.