mirror of
https://github.com/elastic/kibana.git
synced 2025-06-27 18:51:07 -04:00
[eslint] enable type-specific lint rules (#114184)
* [eslint] enable type-specific lint rules * autofix violations * duplicate eslint-disable to new export statement Co-authored-by: spalger <spalger@users.noreply.github.com> Co-authored-by: Kibana Machine <42973632+kibanamachine@users.noreply.github.com>
This commit is contained in:
parent
c6db4986ed
commit
4385ac4d83
641 changed files with 2247 additions and 1857 deletions
|
@ -10,4 +10,4 @@ import { DeveloperExamplesPlugin } from './plugin';
|
|||
|
||||
export const plugin = () => new DeveloperExamplesPlugin();
|
||||
|
||||
export { DeveloperExamplesSetup } from './plugin';
|
||||
export type { DeveloperExamplesSetup } from './plugin';
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue