Skip to content

Commit

Permalink
[Infra + Logs UI] eslint-ignore generated typescript types (elastic#3…
Browse files Browse the repository at this point in the history
…4942)

This adds the generated typescript types to the `.eslintignore` file, because they started causing linter errors after the switch to `eslint` for typescript files (elastic#33826).
  • Loading branch information
weltenwort authored and chandlerprall committed Apr 15, 2019
1 parent 2c73730 commit 627cdf4
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .eslintignore
Expand Up @@ -33,5 +33,8 @@ bower_components
/packages/kbn-interpreter/src/common/lib/grammar.js
/x-pack/plugins/canvas/canvas_plugin
/x-pack/plugins/canvas/canvas_plugin_src/lib/flot-charts
/x-pack/plugins/infra/common/graphql/types.ts
/x-pack/plugins/infra/public/graphql/types.ts
/x-pack/plugins/infra/server/graphql/types.ts
**/*.js.snap
!/.eslintrc.js

0 comments on commit 627cdf4

Please sign in to comment.