From 018200e78dc640b1c0dbe7cadc9aee159cc68755 Mon Sep 17 00:00:00 2001 From: David Castro Date: Sat, 21 Dec 2019 22:03:19 -0800 Subject: [PATCH] ignore generated type definitions from lint'ng --- .eslintignore | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.eslintignore b/.eslintignore index 44ccaa3..2cb6327 100644 --- a/.eslintignore +++ b/.eslintignore @@ -2,4 +2,5 @@ test/integration/defaultValues/**/*.ts test/integration/entityTypes/**/*.ts test/integration/examples/**/*.ts -test/integration/github-issues/**/*.ts \ No newline at end of file +test/integration/github-issues/**/*.ts +dist/**/*.d.ts