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 780394b commit 2a72a16Copy full SHA for 2a72a16
.eslintrc.js
@@ -296,10 +296,7 @@ module.exports = {
296
errorMessage: `Plugins may only import from src/core/server and src/core/public.`,
297
},
298
{
299
- target: [
300
- '(src|x-pack)/plugins/*/server/**/*',
301
- '!x-pack/plugins/apm/**/*', // https://github.com/elastic/kibana/issues/67210
302
- ],
+ target: ['(src|x-pack)/plugins/*/server/**/*'],
303
from: ['(src|x-pack)/plugins/*/public/**/*'],
304
errorMessage: `Server code can not import from public, use a common directory.`,
305
0 commit comments