From f1a399b3911ae0f196475dff9901bfa87b76a373 Mon Sep 17 00:00:00 2001 From: Alexander T Date: Fri, 14 Jun 2019 11:40:10 +0300 Subject: [PATCH] exclude *.generated.d.ts files --- .eslintignore | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.eslintignore b/.eslintignore index ffe06abf2d..404b4177c9 100644 --- a/.eslintignore +++ b/.eslintignore @@ -1,3 +1,4 @@ /built/local/** /tests/** -/lib/** \ No newline at end of file +/lib/** +/src/lib/*.generated.d.ts \ No newline at end of file