From d5add38145a92ed4d03aef10a74b56520f136c3b Mon Sep 17 00:00:00 2001 From: Volkov Sergey Date: Wed, 26 Jun 2019 23:24:34 +0300 Subject: [PATCH 1/2] fix: added output files to eslint ignore --- .eslintignore | 13 ++++++++++++- 1 file changed, 12 insertions(+), 1 deletion(-) diff --git a/.eslintignore b/.eslintignore index 4a113378ce..023e6d045b 100644 --- a/.eslintignore +++ b/.eslintignore @@ -4,4 +4,15 @@ store.js test/test.js test/setup.js **/_actual.js -**/expected.js \ No newline at end of file +**/expected.js + + +# output files +animate.js +compiler.js +esing.js +index.js +internal.js +motion.js +store.js +transition.js From b4db5dbbe8df90f680022bf03e151b94d1593240 Mon Sep 17 00:00:00 2001 From: Volkov Sergey Date: Thu, 27 Jun 2019 00:31:23 +0300 Subject: [PATCH 2/2] fix: update eslint ignore for build files --- .eslintignore | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/.eslintignore b/.eslintignore index e6f44fbdd8..04940e2f7d 100644 --- a/.eslintignore +++ b/.eslintignore @@ -3,11 +3,11 @@ test/*/samples/*/output.js # output files -animate.js -compiler.js -esing.js +animate/*.js +esing/*.js +internal/*.js +motion/*.js +store/*.js +transition/*.js index.js -internal.js -motion.js -store.js -transition.js +compiler.js