mirror of
https://github.com/elastic/kibana.git
synced 2025-06-27 18:51:07 -04:00
[eslint] fix and skip violations for cross-boundary imports (#136911)
This commit is contained in:
parent
103aa675c7
commit
bebec37f04
379 changed files with 368 additions and 1168 deletions
|
@ -32,10 +32,8 @@ import example1SampleCode from '!!raw-loader!./examples/1_using_existing_format'
|
|||
import example2SampleCodePart1 from '!!raw-loader!../common/example_currency_format';
|
||||
// @ts-ignore
|
||||
import example2SampleCodePart2 from '!!raw-loader!./examples/2_creating_custom_formatter';
|
||||
/* eslint-disable @kbn/eslint/no-restricted-paths */
|
||||
// @ts-ignore
|
||||
import example2SampleCodePart3 from '!!raw-loader!../server/examples/2_creating_custom_formatter';
|
||||
/* eslint-enable @kbn/eslint/no-restricted-paths */
|
||||
// @ts-ignore
|
||||
import example3SampleCode from '!!raw-loader!./examples/3_creating_custom_format_editor';
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue