From b4db5dbbe8df90f680022bf03e151b94d1593240 Mon Sep 17 00:00:00 2001 From: Volkov Sergey Date: Thu, 27 Jun 2019 00:31:23 +0300 Subject: [PATCH] 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