From 28faaa218eb5d00638ea3b328fdf22b59d47a1dc Mon Sep 17 00:00:00 2001 From: David Glasser Date: Mon, 29 Jun 2015 12:19:08 -0700 Subject: [PATCH] Add new files on our branch to .eslintignore --- .eslintignore | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.eslintignore b/.eslintignore index 718446f24d..cc044f5c9c 100644 --- a/.eslintignore +++ b/.eslintignore @@ -13,6 +13,7 @@ tools/auth-client.js tools/auth.js tools/builder.js tools/buildmessage.js +tools/build-plugin.js tools/bundler.js tools/catalog-local.js tools/catalog-remote.js @@ -24,6 +25,8 @@ tools/commands-packages-query.js tools/commands-packages.js tools/commands.js tools/compiler.js +tools/compiler-deprecated-compile-step.js +tools/compiler-plugin.js tools/config.js tools/console.js tools/deploy.js @@ -37,6 +40,7 @@ tools/isopack-cache.js tools/isopack.js tools/isopackets.js tools/linker.js +tools/linter-plugin.js tools/main-transpile-wrapper.js tools/main.js tools/meteor-npm.js