[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:
Spencer 2021-11-03 16:56:17 -06:00 committed by GitHub
parent c6db4986ed
commit 4385ac4d83
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
641 changed files with 2247 additions and 1857 deletions

View file

@ -10,4 +10,4 @@ import { DeveloperExamplesPlugin } from './plugin';
export const plugin = () => new DeveloperExamplesPlugin();
export { DeveloperExamplesSetup } from './plugin';
export type { DeveloperExamplesSetup } from './plugin';