From ddf2f9ade211195372236c2f39a75b00fa18d4de Mon Sep 17 00:00:00 2001 From: Ryan Hendrickson Date: Mon, 27 Nov 2017 13:31:27 -0500 Subject: [PATCH] chore(eslint): ignore packages dir (#4963) Summary build-dist generates a packages/lockfile/index.js file that eslint should ignore. Test plan Run yarn build-dist, then yarn lint, and expect not to see a ton of errors. --- .eslintignore | 1 + 1 file changed, 1 insertion(+) diff --git a/.eslintignore b/.eslintignore index ea8e3306cc..59352f93b9 100644 --- a/.eslintignore +++ b/.eslintignore @@ -9,3 +9,4 @@ scripts updates artifacts dist +packages