Skip to content

Commit

Permalink
[Infra + Logs UI] eslint-ignore generated typescript types (#34942)
Browse files Browse the repository at this point in the history
This adds the generated typescript types to the `.eslintignore` file, because they started causing linter errors after the switch to `eslint` for typescript files (#33826).
  • Loading branch information
weltenwort committed Apr 11, 2019
1 parent 8b480f3 commit 0c58397
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 0c58397

Please sign in to comment.